Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.json

The language configurations are meant to be kept in sync besides the `indentNextLinePattern` line.