Marc Abramowitz | d5f9116 | 2014-08-15 11:36:01 -0700 | [diff] [blame] | 1 | # EditorConfig is awesome: http://EditorConfig.org |
2 | |||||
3 | # top-most EditorConfig file | ||||
4 | root = true | ||||
5 | |||||
6 | # All files | ||||
7 | [*] | ||||
8 | end_of_line = lf | ||||
9 | insert_final_newline = true | ||||
10 | charset = utf-8 | ||||
11 | trim_trailing_whitespace = true | ||||
12 | |||||
13 | # Golang | ||||
14 | [*.go] | ||||
15 | indent_style = tab | ||||
16 | indent_size = 2 |