disallow short fn on a single line

This commit is contained in:
Mylloon 2023-12-25 18:52:53 +01:00
parent 911094cede
commit 7cc1c48e42
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,3 +1,4 @@
IndentWidth: 2 IndentWidth: 2
AlwaysBreakTemplateDeclarations: true AlwaysBreakTemplateDeclarations: true
InsertBraces: true InsertBraces: true
AllowShortFunctionsOnASingleLine: Empty