diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..96f6fd1 --- /dev/null +++ b/.clang-format @@ -0,0 +1,12 @@ +BasedOnStyle: LLVM +IndentWidth: 2 +TabWidth: 2 +ContinuationIndentWidth: 2 +ColumnLimit: 0 +UseTab: Never +BreakBeforeBraces: Attach +AllowShortFunctionsOnASingleLine: Empty +AlignAfterOpenBracket: BlockIndent +BinPackArguments: false +AllowAllArgumentsOnNextLine: false +BreakBeforeBinaryOperators: NonAssignment diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..50f2ce8 --- /dev/null +++ b/.clangd @@ -0,0 +1,3 @@ +Diagnostics: + Suppress: + - unused-includes