test-env/.editorconfig
silverwind 23e4487a3a
Some checks failed
ci / docker (ubuntu-latest, 2.40.0, 1.19, 1.52.2) (push) Failing after 18s
ci / docker (ubuntu-latest, 2.40.0, 1.20, 1.52.2) (push) Failing after 16s
ci / docker (arm-ubuntu-latest, 2.40.0, 1.20, 1.52.2) (push) Successful in 6m10s
ci / docker (arm-ubuntu-latest, 2.40.0, 1.19, 1.52.2) (push) Successful in 6m15s
Add .editorconfig and .gitattributes (#23)
To ensure consistent file formatting

Reviewed-on: #23
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: silverwind <me@silverwind.io>
Co-committed-by: silverwind <me@silverwind.io>
2023-04-12 00:49:03 +08:00

11 lines
161 B
INI

root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true