.editorconfig 167 Bytes
Newer Older
Stephen Edgar's avatar
Stephen Edgar committed
1
2
3
4
# editorconfig.org

root = true

5
[*]
Stephen Edgar's avatar
Stephen Edgar committed
6
7
indent_style = space
indent_size = 2
8
9
10
11
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true