Files
claw-code/.editorconfig
2023-05-15 02:06:31 +08:00

16 lines
251 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 80
insert_final_newline = true
trim_trailing_whitespace = true
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false