source:
code/trunk/.editorconfig@
641
Last change on this file since 641 was 433, checked in by , 5 years ago | |
---|---|
File size: 164 bytes |
Rev | Line | |
---|---|---|
[433] | 1 | root = true |
2 | ||
3 | [*] | |
4 | charset = utf-8 | |
5 | end_of_line = lf | |
6 | indent_style = tab | |
7 | insert_final_newline = true | |
8 | trim_trailing_whitespace = true | |
9 | ||
10 | [*.{md,scd}] | |
11 | max_line_length = 80 |
Note:
See TracBrowser
for help on using the repository browser.