Files
univer/.editorconfig
T
Wenzhao Hu 270c32cc9b chore: update editorconfig to insert final new line (#2057)
* chore: update editorconfig to insert final new line

other wise it conflicts with eslint
2024-04-23 21:30:18 +08:00

8 lines
122 B
INI

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