[clang-format] Add line breaks after methods definition
This commit is contained in:
parent
a4f5b3ce78
commit
dd48d529b7
|
@ -65,7 +65,9 @@ SpacesInSquareBrackets: false
|
|||
Standard: Cpp11
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
|
||||
# Add line breaks
|
||||
SeparateDefinitionBlocks: Always
|
||||
EmptyLineBeforeAccessModifier: LogicalBlock
|
||||
---
|
||||
Language: Json
|
||||
BasedOnStyle: llvm
|
||||
|
|
Loading…
Reference in New Issue