From: adev Date: Wed, 1 Nov 2017 13:47:06 +0000 (+0100) Subject: Update .editorconfig for makefile X-Git-Tag: 2.3.0~28^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=5872cd191c11e9c24fd0014fa3e2d8e7671b43b2;p=github%2Fwallabag%2Fwallabag.git Update .editorconfig for makefile --- 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