Stop specifying style name
This commit is contained in:
parent
efa90b5fa6
commit
4367624321
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
# clang-format 14
|
||||
---
|
||||
BasedOnStyle: InheritParentConfig
|
||||
# Language: Cpp
|
||||
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AlignArrayOfStructures: None
|
||||
|
@ -123,7 +120,7 @@ TabWidth: 8
|
|||
UseTab: Never
|
||||
---
|
||||
Language: CSharp
|
||||
|
||||
#
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterClass: true
|
||||
|
|
Loading…
Reference in a new issue