gitea_pages/backend/.editorconfig

18 lines
289 B
INI
Raw Normal View History

2023-05-21 16:58:10 +00:00
root = true
[*.rs]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.sql]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true