workstation/roles/home-cli/files/editorconfig

9 lines
146 B
Text
Raw Normal View History

2023-06-04 08:50:26 +00:00
[*]
2023-06-05 07:23:01 +00:00
root = true
2021-09-25 14:20:50 +00:00
charset = utf-8
2023-06-04 08:50:26 +00:00
end_of_line = lf
2021-09-25 14:20:50 +00:00
trim_trailing_whitespace = true
insert_final_newline = true
2023-06-04 08:50:26 +00:00
indent_style = space
indent_size = 4