From 0bd0aaa186efeaac815befc4ae32af6b1da74244 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:06:33 +0200 Subject: Add clang-format config file diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..c7f0b5e --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +BasedOnStyle: LLVM +UseTab: ForContinuationAndIndentation +IndentWidth: 4 +TabWidth: 4 +AllowShortIfStatementsOnASingleLine: false +BreakBeforeBraces: Attach +AlignConsecutiveMacros: true +ColumnLimit: 180 +IndentPPDirectives: AfterHash +SortIncludes: Never -- cgit v0.10-9-g596f