aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/.editorconfig
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-04-06 05:01:21 +0000
committerGerrit Code Review <gerrit@lix>2024-04-06 05:01:21 +0000
commit9e166f3456924665265d1ab5ce3434a0917c1533 (patch)
treed065eb7475b6b722020a137e8411aa8728a37c9c /clang-tidy/.editorconfig
parentb47c159aec9aa5d8d1807319123a53f87624fafa (diff)
parent43cf487c256395e03f2e10f1f66b3933f201a4e8 (diff)
Merge "Create clang-tidy check to rename all our includes" into main
Diffstat (limited to 'clang-tidy/.editorconfig')
-rw-r--r--clang-tidy/.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-tidy/.editorconfig b/clang-tidy/.editorconfig
new file mode 100644
index 000000000..19ee09eec
--- /dev/null
+++ b/clang-tidy/.editorconfig
@@ -0,0 +1,4 @@
+# LLVM style code is 2-space indented
+[*.{cc,hh}]
+indent_style = space
+indent_size = 2