]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .editorconfig
Fix a JS bug preventing AJAX tag deletion to work
[github/shaarli/Shaarli.git] / .editorconfig
index ae2dd4cc49070d9c43565773ae996ef9f506ac77..34bd7994d68f53311b9b961692db7ba407503b76 100644 (file)
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
 indent_style = space
 indent_size = 4
 
-[*.{htaccess,html,xml,js}]
+[*.{htaccess,html,scss,js,json,xml,yml}]
 indent_size = 2
 
 [*.php]