Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I prefer to cut lines at 120 chars, nowadays
[simgrid.git] / tools / internal / indent
index f9f914a61e83b5515a56194326b0654fbcbf7902..56c39060bdde2eda88c36f2b133783a155d538f2 100755 (executable)
@@ -9,7 +9,7 @@
 declare -a OPTIONS
 OPTIONS=(
     -kr         # Use Kernighan & Ritchie coding style. 
-    -l80        # Set maximum line length for non-comment lines to 80.
+    -l120       # Set maximum line length for non-comment lines to 120.
     -nut        # Use spaces instead of tabs.
     -i2         # Set indentation level to 2 spaces.
     -lps        # Leave space between ‘#’ and preprocessor directive.