Skip to content

Commit

Permalink
Add comment about customization of clang-format options
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Aug 7, 2019
1 parent d1f84fa commit afff822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ UseTab: Never
# may later be changed to 80-100 characters per line if desired.
ColumnLimit: 0
---
# Customize only those options that differ from the base style!
# Dumping the options of the base style for comparison:
# clang-format -style=google -dump-config > .clang-format_google
Language: Cpp
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign
Expand Down

0 comments on commit afff822

Please sign in to comment.