quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
280 stars 19 forks source link

VS Code Extension: Formatter forces 4 space indentation #377

Open dillonplunkett opened 4 months ago

dillonplunkett commented 4 months ago

As best I can tell, formatting a .qmd file with the Quarto extension will reformat everything to four space indentation even if tabSize is configured to 2 for the document (or for the entire [quarto] language).

(Formatting the same files with the language mode set to R Markdown will produce no such issue.)