Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Marko5 FormatterNew to Visual Studio Code? Get it now.
Marko5 Formatter

Marko5 Formatter

Magner Joel

|
3,710 installs
| (3) | Free
Marko5 Code Formatter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Marko5 Code Formatter



Marko Logo


How to Use

Set as default formatter when standing on a .marko-file.

CMD + SHIFT + P -> Format Document

Extension Settings

Command Description
marko.formatter.eol The EOL sequence (defaults to require('os').EOL)
marko.formatter.filename The path to the template being pretty printed (required unless prettyPrintFile(filename, options) is used)
marko.formatter.indent The indent string (defaults to a String with four spaces)
marko.formatter.noSemi If set, will format JS without semicolons.
marko.formatter.singleQuote If set, will prefer single quotes.
marko.formatter.maxLen The max line length (defaults to 80, set to -1 to disable)
marko.formatter.configFiles Should search for .marko-prettyprint/.editorconfig files? (defaults to true)
marko.formatter.syntax The syntax to use. Can either be "html" or "concise" (defaults to "html")
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft