Urs Wolfer | 6eba9dd | 2015-01-25 21:21:46 +0100 | [diff] [blame] | 1 | # http://EditorConfig.org |
2 | |||||
3 | # top-most EditorConfig file | ||||
4 | root = true | ||||
5 | |||||
6 | [*] | ||||
7 | end_of_line = lf | ||||
8 | insert_final_newline = true | ||||
9 | charset = utf-8 | ||||
10 | indent_style = space | ||||
11 | indent_size = 2 | ||||
Patrick Hiesel | cba6750 | 2016-04-26 14:42:58 +0200 | [diff] [blame] | 12 | continuation_indent_size = 4 |