certimate/.editorconfig
2025-03-02 23:11:38 +08:00

15 lines
218 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_size = 2
indent_style = tab