X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=140440443dbf9e8fdaaf507dbe401455507d8beb;hb=bfe02a0b481055bb4e799200c8daa9a0ad987c71;hp=d4ef734907cc9bc0d04bd27f1e7611f3452a1ba2;hpb=2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1;p=github%2Fwallabag%2Fwallabag.git diff --git a/.editorconfig b/.editorconfig index d4ef7349..14044044 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 + +[*akefile] +indent_style = tab