Skip to content

Commit

Permalink
Add initial clang-format style file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougnazar committed Aug 3, 2022
1 parent 5776a76 commit a0d99ff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
BasedOnStyle: Google
ColumnLimit: 100

IncludeCategories:
- Regex: '^".*\.h"'
Priority: 1
SortPriority: 0
CaseSensitive: false
- Regex: '^<.*\.h>'
Priority: 2
SortPriority: 0
CaseSensitive: false
- Regex: '^<ext/.*\.h>'
Priority: 3
SortPriority: 0
CaseSensitive: false
- Regex: '.*'
Priority: 4
SortPriority: 0
CaseSensitive: false

0 comments on commit a0d99ff

Please sign in to comment.