diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 11:28:40 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 11:28:40 +0100 |
commit | 3221b2e413eeddf952310a702fff0f887384018f (patch) | |
tree | 011b03e419481cdc8094e773a3776281961fd18c /.editorconfig | |
parent | 817724a7b8507877a81f3ff53639f7b49cb05851 (diff) | |
download | wallabag-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-- | .editorconfig | 4 |
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 | |||
8 | indent_size = 4 | 8 | indent_size = 4 |
9 | trim_trailing_whitespace = true | 9 | trim_trailing_whitespace = true |
10 | insert_final_newline = true | 10 | insert_final_newline = true |
11 | |||
12 | [*.css] | ||
13 | indent_style = space | ||
14 | indent_size = 2 | ||