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