Home > Enterprise >  XML indentation using plugin for VS code
XML indentation using plugin for VS code

Time:10-17

I am looking for a way to use the plugin block and inline indentation

CodePudding user response:

The XML extension can format XML files, and the default shortcut key is Shift Alt F (or select Format Document in the command palette). You can change the format style by xml.format.splitAttributes in the settings.

  • Related