Skip to content

Commit fd0a19c

Browse files
committed
init: Windsurf/User/settings.json
1 parent e5362eb commit fd0a19c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.addMissingImports.ts": "always",
4+
"source.fixAll.ts": "always",
5+
"source.organizeImports": "always",
6+
"source.removeUnusedImports": "always",
7+
"source.sortImports": "always"
8+
},
9+
"editor.formatOnSave": true,
10+
"editor.fontFamily": "MesloLGM Nerd Font Mono",
11+
"terminal.integrated.fontFamily": "MesloLGM Nerd Font Mono",
12+
"terminal.integrated.defaultProfile.linux": "fish",
13+
"editor.defaultFormatter": "biomejs.biome"
14+
}

0 commit comments

Comments
 (0)