aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-02-24 18:37:57 +0100
committerArthurHoaro <arthur@hoa.ro>2018-03-26 19:29:44 +0200
commit7ff458bc437077ca0da372513b6f06e1be83ee83 (patch)
tree73dfa796776fbd631c86678cf828cdf7592b5c2f /.editorconfig
parent758fe7201eec7a8894eb473377ae18e9ebaf12ac (diff)
downloadShaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.tar.gz
Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.tar.zst
Shaarli-7ff458bc437077ca0da372513b6f06e1be83ee83.zip
Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and git
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 4a6589a2..ae2dd4cc 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,xml}] 13[*.{htaccess,html,xml,js}]
14indent_size = 2 14indent_size = 2
15 15
16[*.php] 16[*.php]