clang-formt: don't allow single line functions

This commit is contained in:
lelgenio 2021-08-11 00:11:40 -03:00
parent 5112fe3b99
commit dc2177f277
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
IndentWidth: {{@@ indent_width @@}}
TabWidth: {{@@ indent_width @@}}