aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2017-10-17 22:39:29 +0200
committerGitHub <noreply@github.com>2017-10-17 22:39:29 +0200
commit1f40141a6992af6620962cba98b72f14de076615 (patch)
tree6e9fa6bdbf5dbc95fb3455e9d0fc7f15462d9603 /.editorconfig
parent839566500c31c139ad5e1ddd728633869c118a44 (diff)
parent710291b164421663b9b1cf1f866e957801ff83e0 (diff)
downloadShaarli-1f40141a6992af6620962cba98b72f14de076615.tar.gz
Shaarli-1f40141a6992af6620962cba98b72f14de076615.tar.zst
Shaarli-1f40141a6992af6620962cba98b72f14de076615.zip
Merge pull request #996 from virtualtam/fix/user-css
Fix: enable access to data/user.css (Apache 2.2 & 2.4)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 5abbd7bf..4a6589a2 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[*.{html,xml}] 13[*.{htaccess,html,xml}]
14indent_size = 2 14indent_size = 2
15 15
16[*.php] 16[*.php]