diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..a65aaff4d --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +lib/vscode \ No newline at end of file diff --git a/.prettierrc.yaml b/.prettierrc.yaml index a58621d69..b6114bf46 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -4,14 +4,3 @@ trailingComma: all arrowParens: always singleQuote: false useTabs: false - -overrides: - # Attempt to keep VScode's existing code style intact. - - files: "lib/vscode/**/*.ts" - options: - # No limit defined upstream. - printWidth: 10000 - semi: true - singleQuote: true - useTabs: true - arrowParens: avoid