travel/admin/.editorconfig

15 lines
244 B
INI
Raw Normal View History

2024-06-24 11:52:30 +08:00
# https://editorconfig.org
2024-06-24 11:28:18 +08:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
2024-06-24 11:52:30 +08:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2024-06-24 11:28:18 +08:00
[*.md]
2024-06-24 11:52:30 +08:00
insert_final_newline = false
2024-06-24 11:28:18 +08:00
trim_trailing_whitespace = false