[clang-format] Add line breaks after methods definition

This commit is contained in:
Alessandro Pasotti 2024-03-18 15:22:44 +01:00
parent a4f5b3ce78
commit dd48d529b7
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
UseTab: Never
# Add line breaks
SeparateDefinitionBlocks: Always
EmptyLineBeforeAccessModifier: LogicalBlock
---
Language: Json
BasedOnStyle: llvm