Style: Add .clangd config

This commit is contained in:
Thaddeus Crews
2024-12-26 11:29:57 -06:00
parent 75ce4266c4
commit debf19a4e5
2 changed files with 32 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ indent_style = space
indent_size = 4
# YAML requires indentation with spaces instead of tabs.
[*.{yml,yaml}]
[{*.{yml,yaml},.clang{-format,-tidy,d}}]
indent_style = space
indent_size = 2