2023-01-29 15:27:11 +08:00
|
|
|
#
|
|
|
|
|
# http://editorconfig.org
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
2024-01-20 19:24:14 +00:00
|
|
|
indent_style = space
|
2025-08-15 10:26:52 +08:00
|
|
|
indent_size = 2
|
2023-01-29 15:27:11 +08:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
|
|
[{*.yml,*.yaml}]
|
|
|
|
|
indent_size = 2
|