From 658ffc1ad4beae41262800095c2512005531e84e Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 1 Mar 2025 17:07:27 -0500 Subject: update README with dependencies and test information --- .clang-format | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.clang-format') 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 -- cgit v1.2.3