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