hy3/.editorconfig

11 lines
142 B
INI
Raw Normal View History

2023-06-07 03:22:17 -07:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
[*.nix]
indent_style = space
indent_size = 2