aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authoradev <adev2000@gmail.com>2017-11-01 14:47:06 +0100
committeradev <adev2000@gmail.com>2017-11-01 14:47:06 +0100
commit5872cd191c11e9c24fd0014fa3e2d8e7671b43b2 (patch)
tree5bac8beb5ec9187548f0f057b593d59dd5d11fe9 /.editorconfig
parentc20327fc723863ca985ac36a4eacec1699d57a31 (diff)
downloadwallabag-5872cd191c11e9c24fd0014fa3e2d8e7671b43b2.tar.gz
wallabag-5872cd191c11e9c24fd0014fa3e2d8e7671b43b2.tar.zst
wallabag-5872cd191c11e9c24fd0014fa3e2d8e7671b43b2.zip
Update .editorconfig for makefile
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 92c9a4c3..6553d30f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,6 @@ insert_final_newline = true
12[*.{js,css}] 12[*.{js,css}]
13indent_style = space 13indent_style = space
14indent_size = 2 14indent_size = 2
15
16[Makefile]
17indent_style = tab