Browse Source

Change text format settings

Serj Kalichev 3 years ago
parent
commit
dc1d1edf15
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .clang-format
  2. 1 1
      indent.sh

+ 1 - 1
.clang-format

@@ -23,7 +23,7 @@ BraceWrapping:
 #  BraceWrappingAfterControlStatementStyle: Never
   AfterControlStatement: false
   AfterEnum: false
-  AfterFunction: false
+  AfterFunction: true
   AfterStruct: false
   AfterUnion: false
   AfterExternBlock: false

+ 1 - 1
indent.sh

@@ -8,7 +8,7 @@ opts="$opts -bad -bap -nsob"
 opts="$opts -br -ce -cdw -ss -ncs -npcs -saf -sai -saw -nprs -cli0 -cbi0"
 
 # Declarations
-opts="$opts -di1 -nbc -npsl -brs -brf"
+opts="$opts -di1 -nbc -npsl -brs -blf"
 
 # Indentation
 opts="$opts -nlp -i8 -ci8 -ip0 -ts8 -il1"