ex_trainer/.editorconfig

11 lines
133 B
INI
Raw Normal View History

2021-06-22 01:50:29 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{ex,exs,yml}]
indent_size = 2
indent_style = space