Commit graph

3 commits

Author SHA1 Message Date
overlookmotel
7090b3229e
ci(dev): fix .editorconfig (#7457)
#7401 set indent to 4 spaces in `.editorconfig`. But our convention is 2
spaces for JS, YAML and JSON files. Update `.editorconfig` to reflect
this.
2024-11-25 16:33:39 +08:00
Song Gao
f2cfed198b
chore: make editor respect space as indent (#7401)
#7337

Copy editrconfig from rust-analyzer

Tab is causing some trouble, and it seems a better choice to unify
indent style

This is part work of #7362, split it to make meaningful change merged
quickly
2024-11-22 10:00:58 +08:00
Boshen
d77ec9f95a
chore: remove trailing whitespaces for all files; add .editorconfig (#3639) 2024-06-12 15:47:26 +08:00