dotfiles/dot_editorconfig

13 lines
203 B
Plaintext
Raw Normal View History

2024-09-18 13:28:19 -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
[*.yml]
indent_style = space
indent_size = 2