diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..c7f0b5ed --- /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