This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/.editorconfig

24 lines
363 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
2023-03-17 09:06:30 -04:00
tab_width = 2
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
2023-08-30 05:19:33 -04:00
[src/i18n/translations/*.json]
indent_style = space
indent_size = 4
[*.md]
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space