Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>default-formatterNew to Visual Studio Code? Get it now.
default-formatter

default-formatter

QDL

|
2,571 installs
| (0) | Free
Formats all files defined via GlobPattern with the selected default formatter.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

default-formatter README

Features

Formats all files defined via GlobPattern with the selected default formatter.

Extension Settings

This extension contributes the following settings:

  • defaultFormatter.fileGlobPattern: A GlobPattern that defines the files to search for. The glob pattern will be matched against the file paths of resulting matches relative to their workspace. Example: */.{ts,scss,json}
  • defaultFormatter.excludeFileGlobPattern: A GlobPattern that defines files and folders to exclude. The glob pattern will be matched against the file paths of resulting matches relative to their workspace. Example: */.{ts,scss,json}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft