ordabok/.editorconfig

13 lines
167 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{graphql,sql,toml}]
indent_style = space
indent_size = 2
[*.rs]
indent_style = space
indent_size = 4