ordabok/.editorconfig

13 lines
167 B
INI
Raw Normal View History

2023-01-03 15:24:40 +00:00
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