diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f7cfc80 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: LLVM +UseTab: Always +TabWidth: 4 +IndentWidth: 4 +IndentCaseLabels: true +ColumnLimit: 120 +PointerAlignment: Right +AllowShortFunctionsOnASingleLine: None diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..c2520c5 --- /dev/null +++ b/.clangd @@ -0,0 +1,2 @@ +Completion: + HeaderInsertion: Never