This adds Prettier and makes it replace tsfmt. VSCode is set to use Prettier for formatting TypeScript/TSX files and format on save since Prettier is very fast and does not cause any noticeable delay.
17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
.vs/**
|
|
.vscode/**
|
|
.vscode-test/**
|
|
typings/**
|
|
out/test/**
|
|
out/vscode-tests/**
|
|
**/@types/**
|
|
**/*.ts
|
|
test/**
|
|
src/**
|
|
**/*.map
|
|
.gitignore
|
|
gulpfile.js/**
|
|
tsconfig.json
|
|
.prettierrc
|
|
vsc-extension-quickstart.md
|