11-mes-new/.editorconfig

15 linhas
244 B
INI
Original Visão normal Histórico

2022-11-07 08:45:49 +08:00
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false