Skip to content
Snippets Groups Projects
Commit dcc9b649 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

gmshindent -> indent.sh
parent c3c9c0ed
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# indent should be GNU indent
indent --braces-on-if-line --cuddle-do-while --honour-newlines --no-space-after-casts --no-space-after-function-call-names --no-space-after-for --no-space-after-if --no-space-after-while --no-tabs --dont-format-comments --comment-indentation1 --dont-break-procedure-type $*
# If we don't want the return type on the same line as the function
# name, just remove --dont-break-procedure-type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment