chore: change setting to auto format with biome

This commit is contained in:
Shinwoo PARK 2025-03-11 19:33:26 +09:00
parent a6af5622dd
commit fe1a9afeb0

View File

@ -10,5 +10,11 @@
}
}
}
}
},
"formatter": {
"language_server": {
"name": "biome"
}
},
"format_on_save": "on"
}