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
ESLegant/.editorconfig

16 lines
223 B
INI
Raw Normal View History

2023-07-11 14:50:49 -03:00
root = true
[*]
indent_style = tab
2023-09-02 06:42:28 -03:00
indent_size = 4
2023-07-11 14:50:49 -03:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space