diff options
author | bd <bdunahu@operationnull.com> | 2025-03-01 17:07:27 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-01 17:07:27 -0500 |
commit | 658ffc1ad4beae41262800095c2512005531e84e (patch) | |
tree | 4000a321c3a24262770751473994b0aeda8f0b37 /.clang-format | |
parent | ce10dc7449cabf30e2b56d7d5990af9aa167812d (diff) |
update README with dependencies and test information
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index df4a55b..39ed432 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,9 @@ Language: Cpp AlignAfterOpenBracket: AlwaysBreak AllowAllParametersOfDeclarationOnNextLine: true BinPackParameters: false -BreakBeforeBraces: Allman +BreakBeforeBraces: Linux PointerAlignment: Right ColumnLimit: 80 -IndentWidth: 2
\ No newline at end of file +IndentWidth: 4 +TabWidth: 4 +UseTab: Always
\ No newline at end of file |