Skip to content

Commit

Permalink
fix: preserve formatting in .tsx files
Browse files Browse the repository at this point in the history
The formatting in .tsx files and the one applied by the formatter were
mismatched.

Contributed on behalf of STMicroelectronics

Signed-off-by: Alexandra Buzila <abuzila@eclipsesource.com>
  • Loading branch information
AlexandraBuzila authored and jfaltermeier committed Jan 16, 2024
1 parent 72a4432 commit b25357f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@
180
],
"typescript.preferences.quoteStyle": "single",
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"typescript.preferences.quoteStyle": "single",
"editor.tabSize": 4,
}
}

0 comments on commit b25357f

Please sign in to comment.