diff options
Diffstat (limited to 't/unit-tests/clar/.editorconfig')
| -rw-r--r-- | t/unit-tests/clar/.editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/t/unit-tests/clar/.editorconfig b/t/unit-tests/clar/.editorconfig new file mode 100644 index 0000000000..aa343a4288 --- /dev/null +++ b/t/unit-tests/clar/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true + +[*.{c,h}] +indent_style = tab +tab_width = 8 + +[CMakeLists.txt] +indent_style = tab +tab_width = 8 |
