diff --git a/code/C++/.clang-format b/code/C++/.clang-format new file mode 100644 index 0000000..4e695e3 --- /dev/null +++ b/code/C++/.clang-format @@ -0,0 +1,5 @@ +Language: Cpp +BasedOnStyle: LLVM +IndentWidth: 2 +ColumnLimit: 132 +SortIncludes: CaseSensitive