]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .editorconfig
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .editorconfig
index c347663eb4b02689e54fc512816b5438f008eab1..6553d30fd52c80bfca71daa162b6812066770126 100644 (file)
@@ -9,6 +9,9 @@ indent_size = 4
 trim_trailing_whitespace = true
 insert_final_newline = true
 
-[*.js]
+[*.{js,css}]
 indent_style = space
 indent_size = 2
+
+[Makefile]
+indent_style = tab