Files
my-links/.editorconfig
2024-10-07 01:33:59 +02:00

22 lines
315 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
insert_final_newline = unset
[**.min.js]
indent_style = unset
insert_final_newline = unset
[*.md]
trim_trailing_whitespace = false