Skip to content

Commit

Permalink
[clang-format] Add line breaks after methods definition
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 19, 2024
1 parent a4f5b3c commit dd48d52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
UseTab: Never

# Add line breaks
SeparateDefinitionBlocks: Always
EmptyLineBeforeAccessModifier: LogicalBlock
---
Language: Json
BasedOnStyle: llvm

0 comments on commit dd48d52

Please sign in to comment.