master
 1# EditorConfig (is awesome): http://EditorConfig.org
 2
 3# * top-most EditorConfig file
 4root = true
 5
 6# default style settings
 7[*]
 8charset = utf-8
 9end_of_line = crlf
10indent_size = 4
11indent_style = space
12insert_final_newline = true
13trim_trailing_whitespace = true
14
15[*.{yml,yaml}]
16indent_size = 2