workstation/roles/home-cli/files/editorconfig

9 lines
130 B
Text
Raw Normal View History

2023-06-05 08:23:01 +01:00
root = true
2023-06-13 21:44:34 +01:00
[*]
2021-09-25 15:20:50 +01:00
charset = utf-8
2023-06-04 09:50:26 +01:00
indent_size = 4
2023-06-13 22:40:31 +01:00
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true