workstation/roles/home-cli/files/editorconfig

10 lines
147 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-21 18:43:51 +00:00
end_of_line = lf
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