blob: cb185232686eb7d900c795444110722f6f7941e6 [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
Patrick Hieselcba67502016-04-26 14:42:58 +020012continuation_indent_size = 4