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-28 19:04:40 +0200
commit47978e8772d9ac355c76f6ccd6fc59394bc7c301 (patch)
tree0f53953801fc2f36b359663777685dd1cb946c96 /.editorconfig
parent7e9bd977eec3c996119626a4bb2828fc08979db8 (diff)
downloadShaarli-47978e8772d9ac355c76f6ccd6fc59394bc7c301.tar.gz
Shaarli-47978e8772d9ac355c76f6ccd6fc59394bc7c301.tar.zst
Shaarli-47978e8772d9ac355c76f6ccd6fc59394bc7c301.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]