diff options
Diffstat (limited to 'editorconfig.lua')
-rw-r--r-- | editorconfig.lua | 2 |
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) |