aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-05-09 13:08:57 +0200
committerGravatar GitHub <noreply@github.com> 2023-05-09 13:08:57 +0200
commit26bc0e0ee9a23631b808e7328252cfb7865b9941 (patch)
treedccc0f7a4b18cfe81f61a94ac406fee7e6bb3579 /.editorconfig
parentafacebc3e2ab30c67a59eb6ef5a9351390ab2615 (diff)
Minor development config fixes (#5379)
* Add compatibility with MacOS for `paste` command * Addition to .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 8afe6051c..c55fdbab0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -19,6 +19,9 @@ indent_style = tab
indent_size = 4
indent_style = tab
+[*.sh]
+indent_style = tab
+
[*.svg]
indent_style = tab