aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-03-31 13:49:07 +0200
committerArthurHoaro <arthur@hoa.ro>2018-05-05 14:12:46 +0200
commit16d35cf77e0b650091a5a91a3c2d2c61631eb1cb (patch)
treef0f2c4823055c1fb2026bd2bba420863f115e01d /.editorconfig
parent3e35fc10e5f94ff7f49c416dfc4b77a0a15fbbfc (diff)
downloadShaarli-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--.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]