diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 18:37:57 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-03-28 19:04:40 +0200 |
commit | 47978e8772d9ac355c76f6ccd6fc59394bc7c301 (patch) | |
tree | 0f53953801fc2f36b359663777685dd1cb946c96 /.editorconfig | |
parent | 7e9bd977eec3c996119626a4bb2828fc08979db8 (diff) | |
download | Shaarli-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-- | .editorconfig | 2 |
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 | |||
10 | indent_style = space | 10 | indent_style = space |
11 | indent_size = 4 | 11 | indent_size = 4 |
12 | 12 | ||
13 | [*.{htaccess,html,xml}] | 13 | [*.{htaccess,html,xml,js}] |
14 | indent_size = 2 | 14 | indent_size = 2 |
15 | 15 | ||
16 | [*.php] | 16 | [*.php] |