bc/.editorconfig

16 lines
208 B
INI
Raw Normal View History

2023-02-26 17:51:03 -06:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[bc/**/*]
indent_size = 4
indent_style = space
[test/**/*]
indent_size = 4
indent_style = space