]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .editorconfig
fix #1281 (When I save 10 articles, I've got 4 lines: 3 articles on 1st line, 3 on...
[github/wallabag/wallabag.git] / .editorconfig
CommitLineData
daacffef
J
1; top-most EditorConfig file
2root = true
3
4; Unix-style newlines
5[*]
6end_of_line = LF
7indent_style = space
8indent_size = 4
9trim_trailing_whitespace = true
10insert_final_newline = true