kovalhome/.editorconfig

11 lines
131 B
INI
Raw Permalink Normal View History

2023-08-28 22:36:53 +00:00
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[*.{yaml,yml}]
indent_size = 2
indent_style = space