Skip to content

Commit

Permalink
Exclude 3rdparty/ from root clang-format config
Browse files Browse the repository at this point in the history
We should avoid controlling thirdparty code.
  • Loading branch information
cadenji authored and hyv1001 committed Apr 6, 2022
1 parent f51fee5 commit 7973374
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/3rdparty/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Disable formatting for any code under 3rdparty/
DisableFormat: true
SortIncludes: false

0 comments on commit 7973374

Please sign in to comment.