aboutsummaryrefslogtreecommitdiff
path: root/subprojects/lix-clang-tidy/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/lix-clang-tidy/.editorconfig')
-rw-r--r--subprojects/lix-clang-tidy/.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/lix-clang-tidy/.editorconfig b/subprojects/lix-clang-tidy/.editorconfig
new file mode 100644
index 000000000..19ee09eec
--- /dev/null
+++ b/subprojects/lix-clang-tidy/.editorconfig
@@ -0,0 +1,4 @@
+# LLVM style code is 2-space indented
+[*.{cc,hh}]
+indent_style = space
+indent_size = 2