Skip to content

Commit

Permalink
add clang-format settings file
Browse files Browse the repository at this point in the history
No enforcement, just as a tool and reference for
those who want to have convenient and consistent way
to format their code.

Signed-off-by: Viktor Kopp <[email protected]>
  • Loading branch information
vifactor committed Nov 16, 2024
1 parent 7d26049 commit f5140c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
BasedOnStyle: LLVM
ColumnLimit: 100
IndentWidth: 4
...

0 comments on commit f5140c7

Please sign in to comment.