workstation/roles/home-cli/files/editorconfig

18 lines
206 B
Text
Raw Normal View History

2023-06-05 07:23:01 +00:00
root = true
2023-06-13 20:44:34 +00:00
[*]
2021-09-25 14:20:50 +00:00
charset = utf-8
2023-06-04 08:50:26 +00:00
indent_size = 4
2023-06-13 21:40:31 +00:00
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2024-09-16 09:42:20 +00:00
[*.html]
indent_size = 2
[*.xml]
indent_size = 2
[*.yml]
indent_size = 2