blob: 1f149cf2d29d40d3f266b638d1070543fe7599d1 [file] [log] [blame]
Urs Wolfer6eba9dd2015-01-25 21:21:46 +01001# http://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*]
7end_of_line = lf
8insert_final_newline = true
9charset = utf-8
10indent_style = space
11indent_size = 2