2024-04-22 01:42:23 +03:00
|
|
|
# https://editorconfig.org
|
2021-11-05 18:37:04 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2024-04-22 01:42:23 +03:00
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|