1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-04 06:04:22 +00:00
pixelfed/.editorconfig
2023-12-28 23:46:59 +00:00

13 lines
200 B
INI

root = true
[*]
indent_size = 4
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2