sqlx/.editorconfig

12 lines
140 B
INI
Raw Normal View History

2019-06-07 22:34:21 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
2020-06-07 09:21:58 +00:00
[*.yml]
indent_size = 2