commit 3b4f567677c1010f3979cf96681032a40ac860ee
parent 0ad97d17d0aab6c75fe57aaca6c2ac079cb56e10
Author: Hugo Soucy <hugo@soucy.cc>
Date: Wed, 6 Feb 2019 08:35:28 -0500
add the lua extension
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
@@ -12,5 +12,5 @@ indent_size = 4
trim_trailing_whitespace = true
# 2 space indentation (CSS, YML, and templates HTML big family)
-[*.{css,yml,xml,xhtml,html,vm,ftl,mustache,twig,hbs,yaml}]
+[*.{css,yml,xml,xhtml,html,vm,ftl,mustache,twig,hbs,yaml,lua,json}]
indent_size = 2