2020-08-06 23:05:54 +02:00
|
|
|
# https://editorconfig.org
|
2019-06-04 22:54:56 +02:00
|
|
|
|
2020-08-06 23:05:54 +02:00
|
|
|
# This EditorConfig file is meant for files not handled by prettier.
|
2019-06-04 22:54:56 +02:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
trim_trailing_whitespace = true
|