blob: 9acbda73f4a89c8abdb7f044ea536712b451fb6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_size = 4
|