aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-11-03 11:28:40 +0100
committerThomas Citharel <tcit@tcit.fr>2016-11-03 11:28:40 +0100
commit3221b2e413eeddf952310a702fff0f887384018f (patch)
tree011b03e419481cdc8094e773a3776281961fd18c /.editorconfig
parent817724a7b8507877a81f3ff53639f7b49cb05851 (diff)
downloadwallabag-3221b2e413eeddf952310a702fff0f887384018f.tar.gz
wallabag-3221b2e413eeddf952310a702fff0f887384018f.tar.zst
wallabag-3221b2e413eeddf952310a702fff0f887384018f.zip
Fix resolution issues and 'title' issues
Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index f339d2da..d4ef7349 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,3 +8,7 @@ indent_style = space
8indent_size = 4 8indent_size = 4
9trim_trailing_whitespace = true 9trim_trailing_whitespace = true
10insert_final_newline = true 10insert_final_newline = true
11
12[*.css]
13indent_style = space
14indent_size = 2