Skip to content

Commit

Permalink
[#299] Modify .clang-format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Sep 23, 2024
1 parent bd30b4c commit c5d4674
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
@@ -1,5 +1,5 @@
---
Language: Cpp
Language: C
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
Expand Down Expand Up @@ -62,4 +62,6 @@ SpacesInSquareBrackets: false
Standard: c++11
TabWidth: 8
UseTab: Never
IncludeDirs:
- ./include
...

0 comments on commit c5d4674

Please sign in to comment.