thunderbrew/.editorconfig

18 lines
297 B
INI
Raw Permalink Normal View History

2023-01-02 13:17:18 -06:00
root = true
[src/**/*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[test/**/*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true