Skip to content

Commit

Permalink
build: Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed May 18, 2024
1 parent 8df4e84 commit a81f614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recommendations": [
"kampfkarren.selene-vscode",
"dwenegar.vscode-luacheck",
"nightrains.robloxlsp"
"nightrains.robloxlsp",
"shardulm94.trailing-spaces"
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"out": true,
"roblox.toml": true
},
"Lua.diagnostics.enable": false
"Lua.diagnostics.enable": false,
"files.trimTrailingWhitespace": true
}

0 comments on commit a81f614

Please sign in to comment.