diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-04-08 18:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 18:22:47 +0200 |
commit | 237e7836c0adfd42b8c628e32af69a05c983ef0b (patch) | |
tree | d833de8c126594deae213b71f2a59dd5c4007416 /.editorconfig | |
parent | 80ec7b234c82e5064f3eff1d4d423cc57175ba4b (diff) | |
parent | aec5a76b67a671f10db2bb3e81fa61ce16f72dd3 (diff) | |
download | Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.tar.gz Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.tar.zst Shaarli-237e7836c0adfd42b8c628e32af69a05c983ef0b.zip |
Merge pull request #1121 from virtualtam/node/packaging-metadata
Update frontend metadata and COPYING
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index ae2dd4cc..8783e4cb 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,js}] | 13 | [*.{htaccess,html,js,json,xml}] |
14 | indent_size = 2 | 14 | indent_size = 2 |
15 | 15 | ||
16 | [*.php] | 16 | [*.php] |