Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# please use clang-format version 16 or later

Standard: c++17
AccessModifierOffset: -8
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
Expand Down Expand Up @@ -106,6 +105,10 @@ TypenameMacros:
- 'DARRAY'
UseTab: ForContinuationAndIndentation
---
Language: Cpp
Standard: c++17
InsertBraces: true
---
Language: ObjC
AccessModifierOffset: 2
AlignArrayOfStructures: Right
Expand Down Expand Up @@ -207,3 +210,4 @@ SpacesInLineCommentPrefix:
Standard: c++17
TabWidth: 4
UseTab: Never
...
Loading
Loading