@@ -0,0 +1,17 @@
|
||||
BasedOnStyle: LLVM
|
||||
|
||||
Language: Cpp
|
||||
Standard: c++20
|
||||
|
||||
ColumnLimit: 135
|
||||
|
||||
AlignEscapedNewlines: Left
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortLambdasOnASingleLine: Empty
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
IndentPPDirectives: AfterHash
|
||||
|
||||
AccessModifierOffset: -4
|
||||
IndentWidth: 4
|
||||
UseTab: Never
|
||||
|
||||
Reference in New Issue
Block a user