diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-03-31 13:49:07 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-05 14:12:46 +0200 |
commit | 16d35cf77e0b650091a5a91a3c2d2c61631eb1cb (patch) | |
tree | f0f2c4823055c1fb2026bd2bba420863f115e01d /.editorconfig | |
parent | 3e35fc10e5f94ff7f49c416dfc4b77a0a15fbbfc (diff) | |
download | Shaarli-16d35cf77e0b650091a5a91a3c2d2c61631eb1cb.tar.gz Shaarli-16d35cf77e0b650091a5a91a3c2d2c61631eb1cb.tar.zst Shaarli-16d35cf77e0b650091a5a91a3c2d2c61631eb1cb.zip |
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] |