This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Twooth/.editorconfig

15 lines
222 B
INI
Raw Permalink Normal View History

2023-05-29 13:35:25 -03:00
root = true
2023-05-23 17:49:50 -03:00
[*]
indent_style = tab
2023-05-29 13:35:25 -03:00
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
2023-05-23 17:49:50 -03:00
[*.{yml,yaml}]
2023-05-29 13:35:25 -03:00
indent_style = space