tachiyomi-website/website/.editorconfig

14 lines
191 B
INI
Raw Normal View History

2023-07-18 14:36:36 +02:00
root = true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2