1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Fix resolution issues and 'title' issues

Also, modify editorconfig for css files.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2016-11-03 11:28:40 +01:00
parent 817724a7b8
commit 3221b2e413
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5
6 changed files with 47 additions and 36 deletions

View file

@ -8,3 +8,7 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.css]
indent_style = space
indent_size = 2