Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 14, 2024
1 parent 5def97d commit fbcdd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/language-server/binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const PREFERENCES: ts.UserPreferences = {
includeCompletionsWithClassMemberSnippets: true,
includeCompletionsWithObjectLiteralMethodSnippets: true,
useLabelDetailsInCompletionEntries: true,
importModuleSpecifierPreference: "shortest",
importModuleSpecifierPreference: 'shortest',
importModuleSpecifierEnding: 'auto',
allowTextChangesInNewFiles: true,
providePrefixAndSuffixTextForRename: true,
Expand Down

0 comments on commit fbcdd0b

Please sign in to comment.