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
+3
View File
@@ -1 +1,4 @@
# dotfiles
My personal configuration files.
+8
View File
@@ -0,0 +1,8 @@
BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None
+2
View File
@@ -0,0 +1,2 @@
Completion:
HeaderInsertion: Never