Files
typecho-highlightjs/.editorconfig
2025-11-07 14:15:56 +08:00

14 lines
217 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
insert_final_newline = false