Skip to content
Snippets Groups Projects
Select Git revision
  • 81b6823bb31cd6903a364ab792a036ad5a912a73
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

ExprNode.hh

Blame
  • indent-matlab 260 B
    #!/bin/sh
    
    # Reindents the MATLAB source code file given in argument.
    
    if [ -z "$1" ]; then
        echo "Give a filename in argument"
        exit 1
    fi
    
    SCRIPTS_DIR=$(pwd)/$(dirname $0)
    
    cd $(dirname $1)
    emacs -batch $(basename $1) -l ${SCRIPTS_DIR}/indent-matlab.el