dotfiles/dot_editorconfig

13 lines
203 B
Plaintext

# 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