diff options
author | jade <lix@jade.fyi> | 2024-04-06 05:01:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-04-06 05:01:21 +0000 |
commit | 9e166f3456924665265d1ab5ce3434a0917c1533 (patch) | |
tree | d065eb7475b6b722020a137e8411aa8728a37c9c /clang-tidy/.editorconfig | |
parent | b47c159aec9aa5d8d1807319123a53f87624fafa (diff) | |
parent | 43cf487c256395e03f2e10f1f66b3933f201a4e8 (diff) |
Merge "Create clang-tidy check to rename all our includes" into main
Diffstat (limited to 'clang-tidy/.editorconfig')
-rw-r--r-- | clang-tidy/.editorconfig | 4 |
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 |