aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-04-08 18:22:47 +0200
committerGitHub <noreply@github.com>2018-04-08 18:22:47 +0200
commit237e7836c0adfd42b8c628e32af69a05c983ef0b (patch)
treed833de8c126594deae213b71f2a59dd5c4007416 /.editorconfig
parent80ec7b234c82e5064f3eff1d4d423cc57175ba4b (diff)
parentaec5a76b67a671f10db2bb3e81fa61ce16f72dd3 (diff)
downloadShaarli-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--.editorconfig2
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
10indent_style = space 10indent_style = space
11indent_size = 4 11indent_size = 4
12 12
13[*.{htaccess,html,xml,js}] 13[*.{htaccess,html,js,json,xml}]
14indent_size = 2 14indent_size = 2
15 15
16[*.php] 16[*.php]