diff --git a/.vscode/settings.json b/.vscode/settings.json index e57ba5d71e..77d33c3144 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,8 @@ "editor.tabSize": 4, "editor.insertSpaces": true, "files.trimTrailingWhitespace": true, + // Add a visual ruler for the typescript linting line length + "editor.rulers": [120], "search.exclude": { "**/node_modules": true, @@ -13,4 +15,4 @@ // Lock the TypeScript SDK path to the version we use "typescript.tsdk": "./node_modules/typescript/lib" -} \ No newline at end of file +}