feat: add clang folder
This commit is contained in:
8
clang/.clang-format
Normal file
8
clang/.clang-format
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
BasedOnStyle: LLVM
|
||||||
|
UseTab: Always
|
||||||
|
TabWidth: 4
|
||||||
|
IndentWidth: 4
|
||||||
|
IndentCaseLabels: true
|
||||||
|
ColumnLimit: 120
|
||||||
|
PointerAlignment: Right
|
||||||
|
AllowShortFunctionsOnASingleLine: None
|
||||||
2
clang/.clangd
Normal file
2
clang/.clangd
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Completion:
|
||||||
|
HeaderInsertion: Never
|
||||||
Reference in New Issue
Block a user