feat: add clang folder

This commit is contained in:
2026-01-16 11:10:08 +01:00
parent d644f071fd
commit 19e63e812c
3 changed files with 14 additions and 1 deletions

8
clang/.clang-format Normal file
View File

@@ -0,0 +1,8 @@
BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None