Add editorconfig file for shell style

(cherry picked from commit bebdfa13be)
This commit is contained in:
Tom Krizek
2023-10-26 14:08:02 +02:00
parent 5e369523e1
commit bc638105bc
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[{bin/tests/**.sh,bin/tests/**.sh.in,util/**.sh}]
indent_style = space
indent_size = 2
binary_next_line = true
switch_case_indent = true
+1
View File
@@ -156,6 +156,7 @@ Files: **/.clang-format
.clang-format
.clang-format.headers
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml