jmmt_tools/.editorconfig

12 lines
150 B
INI
Raw Normal View History

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
2023-06-29 03:19:35 -04:00
# spefcifically for YAML
[yml]
indent_style = space