Skip to content

Commit

Permalink
Merge pull request #35 from Cryoris/clang-format
Browse files Browse the repository at this point in the history
Add clang format
  • Loading branch information
mrossinek authored Dec 20, 2024
2 parents aebdf39 + a27b112 commit b86e8ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
BasedOnStyle: LLVM
ColumnLimit: '100'
IndentWidth: '4'
Language: Cpp
TabWidth: '4'
UseTab: Never

0 comments on commit b86e8ac

Please sign in to comment.