diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-06 12:43:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 12:43:33 +0200 |
commit | 73c5af594c7853e20c453749ed71b93f02595766 (patch) | |
tree | f0f2c4823055c1fb2026bd2bba420863f115e01d /.editorconfig | |
parent | 3e35fc10e5f94ff7f49c416dfc4b77a0a15fbbfc (diff) | |
parent | 16d35cf77e0b650091a5a91a3c2d2c61631eb1cb (diff) | |
download | Shaarli-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-- | .editorconfig | 2 |
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 | |||
10 | indent_style = space | 10 | indent_style = space |
11 | indent_size = 4 | 11 | indent_size = 4 |
12 | 12 | ||
13 | [*.{htaccess,html,js,json,xml}] | 13 | [*.{htaccess,html,js,json,xml,yml}] |
14 | indent_size = 2 | 14 | indent_size = 2 |
15 | 15 | ||
16 | [*.php] | 16 | [*.php] |