diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-03 10:02:16 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-15 21:55:10 +0100 |
commit | 5637a26e9af98a05c76823c85611315cd1a986e0 (patch) | |
tree | 862469ed65589c18dca9f69914eda94ddf221cde /.editorconfig | |
parent | 16ef7607f43ebc3e0134360b7657af191e14fe12 (diff) | |
download | wallabag-5637a26e9af98a05c76823c85611315cd1a986e0.tar.gz wallabag-5637a26e9af98a05c76823c85611315cd1a986e0.tar.zst wallabag-5637a26e9af98a05c76823c85611315cd1a986e0.zip |
Bring navigation (with right, left and enter) on material entries page. Supports going to next and previous page !
Also better indentation for js files (changed editorconfig for them).
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..c347663e 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 | [*.js] | ||
13 | indent_style = space | ||
14 | indent_size = 2 | ||