diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-04 08:49:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 08:49:52 +0100 |
commit | 2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1 (patch) | |
tree | a840ae833b85d2b4a80e96c1426ab63f001d06cf /.editorconfig | |
parent | f53f542fa51075e742fc2295bfff2681b0375ea1 (diff) | |
parent | d56d416d9bf18722a54a1b262e742767a41fb165 (diff) | |
download | wallabag-2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1.tar.gz wallabag-2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1.tar.zst wallabag-2db9142bfc3e34c1f79f3aabf5b302c3a487b3e1.zip |
Merge pull request #2460 from wallabag/ui-changes
UI Changes
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 | ||