disallow short fn on a single line
This commit is contained in:
parent
911094cede
commit
7cc1c48e42
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
AlwaysBreakTemplateDeclarations: true
|
AlwaysBreakTemplateDeclarations: true
|
||||||
InsertBraces: true
|
InsertBraces: true
|
||||||
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
|
|
Loading…
Reference in a new issue