gf-vben-admin/.editorconfig

20 lines
257 B
INI
Raw Normal View History

2020-09-28 20:19:10 +08:00
root = true
[*]
charset=utf-8
end_of_line=lf
2021-02-09 23:47:14 +08:00
insert_final_newline=true
2020-09-28 20:19:10 +08:00
indent_style=space
indent_size=2
2021-03-04 21:31:33 +08:00
max_line_length = 100
2020-09-28 20:19:10 +08:00
2021-03-04 21:31:33 +08:00
[*.{yml,yaml,json}]
2020-09-28 20:19:10 +08:00
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
2021-01-11 00:16:44 +08:00
[Makefile]
indent_style = tab