Line | |
---|
1 | # EditorConfig is awesome: http://EditorConfig.org |
---|
2 | |
---|
3 | # Recommended for Dotclear developments and contribution |
---|
4 | # See https://dotclear.org/documentation/2.0/resources/coding-standards |
---|
5 | |
---|
6 | # Revisions |
---|
7 | # |
---|
8 | # 1. Franck: creation (2017-12-04) |
---|
9 | |
---|
10 | # top-most EditorConfig file |
---|
11 | root = true |
---|
12 | |
---|
13 | # Unix-style newlines with a newline ending every file |
---|
14 | [*] |
---|
15 | end_of_line = lf |
---|
16 | insert_final_newline = true |
---|
17 | charset = utf-8 |
---|
18 | indent_style = tab |
---|
19 | trim_trailing_whitespace = true |
---|
20 | |
---|
21 | # Markdown |
---|
22 | [*.md] |
---|
23 | trim_trailing_whitespace = false |
---|
Note: See
TracBrowser
for help on using the repository browser.