2021-12-16 01:39:18 +03:00
|
|
|
# EditorConfig: https://EditorConfig.org
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2022-12-17 22:10:43 +03:00
|
|
|
[**.{json,yml}]
|
2022-12-02 02:19:04 +03:00
|
|
|
indent_size = 2
|