aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-05-06 12:43:33 +0200
committerGitHub <noreply@github.com>2018-05-06 12:43:33 +0200
commit73c5af594c7853e20c453749ed71b93f02595766 (patch)
treef0f2c4823055c1fb2026bd2bba420863f115e01d /.editorconfig
parent3e35fc10e5f94ff7f49c416dfc4b77a0a15fbbfc (diff)
parent16d35cf77e0b650091a5a91a3c2d2c61631eb1cb (diff)
downloadShaarli-73c5af594c7853e20c453749ed71b93f02595766.tar.gz
Shaarli-73c5af594c7853e20c453749ed71b93f02595766.tar.zst
Shaarli-73c5af594c7853e20c453749ed71b93f02595766.zip
Merge pull request #1116 from ArthurHoaro/ci/eslint
Use Travis stages to run JS tests separately
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 8783e4cb..f0d83ee3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
10indent_style = space 10indent_style = space
11indent_size = 4 11indent_size = 4
12 12
13[*.{htaccess,html,js,json,xml}] 13[*.{htaccess,html,js,json,xml,yml}]
14indent_size = 2 14indent_size = 2
15 15
16[*.php] 16[*.php]