aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4d9aa6ff2c..db37f50400 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -30,6 +30,11 @@ indent_size = 4
indent_style = spaces
indent_size = 2
+# NSIS
+[*.ns[ih]]
+indent_style = spaces
+indent_size = 2
+
# C/C++
[*.{c,cpp,h}]
indent_style = space