X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=6553d30fd52c80bfca71daa162b6812066770126;hb=f6b9e883c01196d5aec249f6e8e02e07d0da4089;hp=c347663eb4b02689e54fc512816b5438f008eab1;hpb=5637a26e9af98a05c76823c85611315cd1a986e0;p=github%2Fwallabag%2Fwallabag.git diff --git a/.editorconfig b/.editorconfig index c347663e..6553d30f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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