summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-06-06 14:45:03 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-06-06 14:45:03 +0100
commit1a862c7c24638bfe0c7982b728049a162e2ad7e6 (patch)
tree44f86edf3c0f7314036ccc81dde2ad2839eb6d8f
parenta8a03efaf8967f2317cea1fe9a1aa002feaf1bf5 (diff)
downloadgitano-1a862c7c24638bfe0c7982b728049a162e2ad7e6.tar.gz
Fix editorconfig a bit
-rw-r--r--.editorconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index b0bee21..7ca32f5 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,7 +11,13 @@ charset = utf-8
trim_trailing_whitespace = true
# Lua code should be space indented, to 3 spaces
-[{*.lua,bin/*.in,testing/gitano-test-tool.in,utils/install-lua-bin,utils/merge-luacov-stats,.luacov}]
+[{utils/install-lua-bin,utils/merge-luacov-stats,.luacov}]
+indent_style = space
+indent_size = 3
+[*.{lua,lua.in}]
+indent_style = space
+indent_size = 3
+[{bin,testing}/*.in]
indent_style = space
indent_size = 3