From 1a862c7c24638bfe0c7982b728049a162e2ad7e6 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 6 Jun 2018 14:45:03 +0100 Subject: Fix editorconfig a bit --- .editorconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.editorconfig') 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 -- cgit v1.2.1