feat(clangd): add .clangd and .clang-format

This commit is contained in:
2026-01-26 00:51:55 +01:00
parent d6522f5275
commit 7367da52fb
2 changed files with 10 additions and 0 deletions

8
.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

2
.clangd Normal file
View File

@@ -0,0 +1,2 @@
Completion:
HeaderInsertion: Never