2013-04-20 00:28:50 -04:00
|
|
|
# editorconfig.org
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
2013-04-22 03:10:59 -04:00
|
|
|
[*]
|
2013-04-21 02:52:32 -04:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2013-04-22 03:10:59 -04:00
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|