I'm wondering if there is a way to change the indent size when formatting javascript in VSCode.
I found this git commit that adds quite a few formatting options for JS but I don't see any ability to change indent size.
Anyone know of a way to do this?
--Edit--
I have already tried to change the indent size at the bottom of the editor. Toolbar Image (can't embed images yet...)
I have also tried changing the detect indentation setting.
"editor.detectIndentation": false
But when I format it still uses two spaces.