2019-08-28 12:18:56 +00:00
|
|
|
# https://editorconfig.org
|
2019-08-27 21:45:00 +00:00
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
2019-08-30 17:41:01 +00:00
|
|
|
indent_size = 2
|
2019-09-09 08:52:17 +00:00
|
|
|
indent_style = space
|
2019-08-27 21:45:00 +00:00
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|