tachiyomi-website/website/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2023-07-18 14:36:36 +02:00
root = true
[*]
end_of_line = lf
2023-11-11 16:22:07 +01:00
indent_style = space
indent_size = 2
2023-07-18 14:36:36 +02:00
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true