Files
000_notes/.editorconfig
louiscklaw 8013ac2455 update,
2025-02-01 20:19:28 +08:00

15 lines
225 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.md]
indent_size = 2
trim_trailing_whitespace = true