aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-11-02 10:21:10 +0200
committerGitHub <noreply@github.com>2017-11-02 10:21:10 +0200
commitdccec95401385e2e18ab0ce4db16459fa4a80314 (patch)
tree5bac8beb5ec9187548f0f057b593d59dd5d11fe9
parentc20327fc723863ca985ac36a4eacec1699d57a31 (diff)
parent5872cd191c11e9c24fd0014fa3e2d8e7671b43b2 (diff)
downloadwallabag-dccec95401385e2e18ab0ce4db16459fa4a80314.tar.gz
wallabag-dccec95401385e2e18ab0ce4db16459fa4a80314.tar.zst
wallabag-dccec95401385e2e18ab0ce4db16459fa4a80314.zip
Merge pull request #3399 from aaa2000/editorconfig-makefile
Update .editorconfig for makefile
-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