2021-12-15 17:39:18 -05: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 14:10:43 -05:00
|
|
|
[**.{json,yml}]
|
2022-12-02 00:19:04 +01:00
|
|
|
indent_size = 2
|