dv_baoliDE7/.editorconfig

15 lines
299 B
INI

root = true
[*]
charset = utf-8
insert_final_newline = true
# Using tabs allows each dev to choose the tab size that suits their preference
indent_style = tab
# Remove trailing whitespace in all files except markdown files
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false