vault-link/.editorconfig
2025-11-02 17:51:45 +00:00

15 lines
221 B
INI

# https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
[*.{yml,yaml}]
indent_size = 2