2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-06 07:18:21 +01:00
tachiyomi-website/.editorconfig
2023-07-18 14:36:36 +02:00

14 lines
191 B
INI

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