Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Mar 13, 2023
1 parent 9bb34dd commit d2feb03
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"search.exclude": {
"export/**/*.hx": true
},
"[haxe]": {
"editor.formatOnSave": true
}
}
"editor.formatOnSave": true,
"editor.formatOnSaveMode":"modifications",
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.sortImports": true
}
},
"haxe.enableExtendedIndentation": true
}

0 comments on commit d2feb03

Please sign in to comment.