Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssigwart/vscode-javascript-typescript-language-configuration
VS Code JS/TS language configuration.
https://github.com/ssigwart/vscode-javascript-typescript-language-configuration
Last synced: about 2 months ago
JSON representation
VS Code JS/TS language configuration.
- Host: GitHub
- URL: https://github.com/ssigwart/vscode-javascript-typescript-language-configuration
- Owner: ssigwart
- License: mit
- Created: 2024-05-11T04:29:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T04:33:47.000Z (8 months ago)
- Last Synced: 2024-05-11T05:26:42.087Z (8 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript/Typescript Language Configuration
This reverts the automatic single line indentation introduced in https://github.com/microsoft/vscode/pull/209038 and similar PRs.
The `package.json` settings and language configurations are based on the following files:
- https://github.com/microsoft/vscode/blob/main/extensions/javascript/package.json
- https://github.com/microsoft/vscode/blob/main/extensions/javascript/javascript-language-configuration.json
- https://github.com/microsoft/vscode/blob/main/extensions/typescript-basics/package.json
- https://github.com/microsoft/vscode/blob/main/extensions/typescript-basics/language-configuration.jsonThe language configurations are meant to be kept in sync besides the `indentNextLinePattern` line.