adding clang-format file

This commit is contained in:
tinebp 2024-12-05 15:58:04 -08:00
parent 6bbcd4ebaf
commit 896c59306c

8
.clang-format Normal file
View file

@ -0,0 +1,8 @@
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 2
TabWidth: 2
ColumnLimit: 0
UseTab: Never
BreakBeforeBraces: Attach
AlwaysBreakTemplateDeclarations: true