added clang-format file

This commit is contained in:
Alexander Popov 2024-06-14 19:11:12 +03:00
parent 7b56082251
commit 26acd92cee

5
code/C++/.clang-format Normal file
View File

@ -0,0 +1,5 @@
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 2
ColumnLimit: 132
SortIncludes: CaseSensitive