X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.editorconfig;h=6553d30fd52c80bfca71daa162b6812066770126;hb=9e83c3bdf04018c66e71c8dde790cbfa747d4fd3;hp=92c9a4c35cc8ae505f3019f4855e971f0c29898c;hpb=1093e979ff49f9072c30d1d576c6adf1f8e76bdf;p=github%2Fwallabag%2Fwallabag.git diff --git a/.editorconfig b/.editorconfig index 92c9a4c3..6553d30f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ insert_final_newline = true [*.{js,css}] indent_style = space indent_size = 2 + +[Makefile] +indent_style = tab