]> git.immae.eu Git - github/wallabag/wallabag.git/blob - .editorconfig
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / .editorconfig
1 ; top-most EditorConfig file
2 root = true
3
4 ; Unix-style newlines
5 [*]
6 end_of_line = LF
7 indent_style = space
8 indent_size = 4
9 trim_trailing_whitespace = true
10 insert_final_newline = true
11
12 [*.{js,css}]
13 indent_style = space
14 indent_size = 2
15
16 [Makefile]
17 indent_style = tab