aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamadi van Koten <me@vktec.co.uk>2018-10-30 19:24:30 +0000
committerGitHub <noreply@github.com>2018-10-30 19:24:30 +0000
commit524af716d6cbedc00a6ee0a82f3479aea8802142 (patch)
tree0a7acc609b85b9c17e49d4867f7ceaa85fb9eefc
parent9a574c35d30a974c492d07a558fbe0cb91395282 (diff)
parent16ab32f4b7e5f6345ea4cc9713f39c85ee444d2d (diff)
downloadvis-editorconfig-524af716d6cbedc00a6ee0a82f3479aea8802142.tar.gz
Merge pull request #2 from NoctuaNivalis/master
use editorconfig_core constant for comparison
-rw-r--r--editorconfig.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/editorconfig.lua b/editorconfig.lua
index 1370926..67389b7 100644
--- a/editorconfig.lua
+++ b/editorconfig.lua
@@ -16,7 +16,7 @@ end
OPTIONS = {
indent_style = function (value)
- vis_set("expandtab", (value == "space"))
+ vis_set("expandtab", (value == ec.T.INDENT_STYLE_SPACE))
end,
indent_size = function (value)