workstation/roles/home-cli/files/editorconfig

8 lines
134 B
Text
Raw Normal View History

2023-06-04 08:50:26 +00:00
[*]
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