X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=6553d30fd52c80bfca71daa162b6812066770126;hb=5becf260fafd741fd34948f12131d8074dc2b5dc;hp=d4ef734907cc9bc0d04bd27f1e7611f3452a1ba2;hpb=3221b2e413eeddf952310a702fff0f887384018f;p=github%2Fwallabag%2Fwallabag.git diff --git a/.editorconfig b/.editorconfig index d4ef7349..6553d30f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true -[*.css] +[*.{js,css}] indent_style = space indent_size = 2 + +[Makefile] +indent_style = tab