2021-04-23 11:38:56 +00:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
|
2019-08-27 21:45:00 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
2019-09-09 08:52:17 +00:00
|
|
|
indent_style = space
|
2020-08-13 11:20:02 +00:00
|
|
|
indent_size = 2
|
2019-08-27 21:45:00 +00:00
|
|
|
end_of_line = lf
|
2020-08-13 11:20:02 +00:00
|
|
|
charset = utf-8
|
2019-08-27 21:45:00 +00:00
|
|
|
trim_trailing_whitespace = true
|
2020-08-13 11:20:02 +00:00
|
|
|
insert_final_newline = true
|