diff options
author | 3gg <3gg@shellblade.net> | 2025-06-27 09:35:08 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-27 09:35:08 -0700 |
commit | 65d89cdb758f5486e0d9dcf2ab80b37457f38f13 (patch) | |
tree | cdbab5b40cb3b919fb38e7d14bb0a94f536edef5 /.clang-format |
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..e984d32 --- /dev/null +++ b/.clang-format | |||
@@ -0,0 +1,12 @@ | |||
1 | BasedOnStyle: LLVM | ||
2 | AlignAfterOpenBracket: AlwaysBreak | ||
3 | AlignArrayOfStructures: Right | ||
4 | AlignConsecutiveAssignments: Consecutive | ||
5 | AlignConsecutiveBitFields: Consecutive | ||
6 | AlignConsecutiveDeclarations: Consecutive | ||
7 | AlignConsecutiveMacros: Consecutive | ||
8 | AlignEscapedNewlines: Left | ||
9 | ColumnLimit: 80 | ||
10 | PenaltyReturnTypeOnItsOwnLine: 10000 | ||
11 | PointerAlignment: Left | ||
12 | SortIncludes: CaseSensitive | ||