dofiles-win/dot_editorconfig

13 lines
203 B
Plaintext
Raw Normal View History

2024-06-10 22:27:18 -03:00
# https://editorconfig.org/
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
2024-06-19 23:47:29 -03:00
[*.yml]
indent_style = space
indent_size = 2