octopus/.editorconfig

18 lines
265 B
INI
Raw Permalink Normal View History

2023-03-22 22:45:17 +08:00
# http://editorconfig.org
root = true
[*]
max_line_length = 180
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab