diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-11-02 10:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 10:21:10 +0200 |
commit | dccec95401385e2e18ab0ce4db16459fa4a80314 (patch) | |
tree | 5bac8beb5ec9187548f0f057b593d59dd5d11fe9 /.editorconfig | |
parent | c20327fc723863ca985ac36a4eacec1699d57a31 (diff) | |
parent | 5872cd191c11e9c24fd0014fa3e2d8e7671b43b2 (diff) | |
download | wallabag-dccec95401385e2e18ab0ce4db16459fa4a80314.tar.gz wallabag-dccec95401385e2e18ab0ce4db16459fa4a80314.tar.zst wallabag-dccec95401385e2e18ab0ce4db16459fa4a80314.zip |
Merge pull request #3399 from aaa2000/editorconfig-makefile
Update .editorconfig for makefile
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
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}] |
13 | indent_style = space | 13 | indent_style = space |
14 | indent_size = 2 | 14 | indent_size = 2 |
15 | |||
16 | [Makefile] | ||
17 | indent_style = tab | ||