Andrey Andreev | a803d8f | 2017-01-05 11:44:07 +0200 | [diff] [blame] | 1 | # top-most EditorConfig file |
2 | root = true | ||||
3 | |||||
4 | # Unix-style newlines with a newline ending every file | ||||
5 | [*] | ||||
6 | end_of_line = lf | ||||
7 | insert_final_newline = true | ||||
8 | |||||
9 | # Matches multiple files with brace expansion notation | ||||
10 | # Set default charset | ||||
11 | [*] | ||||
12 | charset = utf-8 | ||||
13 | |||||
14 | # Tab indentation (no size specified) | ||||
15 | indent_style = tab |