Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | # EditorConfig is awesome: http://EditorConfig.org |
2 | |||||
3 | # top-most EditorConfig file | ||||
4 | root = true | ||||
5 | |||||
6 | # Unix-style newlines with a newline ending every file | ||||
7 | [*] | ||||
8 | charset = utf-8 | ||||
9 | indent_style = space | ||||
10 | indent_size = 2 | ||||
11 | insert_final_newline = true | ||||
12 | trim_trailing_whitespace = true |