-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't honor current indentation settings #33
Comments
“Tabs”!?! ;-) I‘ll take a look. |
@garethflowers best solution for my case is or if don't want to change: -configure formatter to match your needs |
Any update to this? It is still using space while the project setting is using tab |
I took a quick look at vscode api, seems like may able to get that from https://code.visualstudio.com/api/references/vscode-api#TextEditorOptions need to handle what to do when it is |
I, too, would appreciate this feature. I use tabs for accessibility reasons, and eliminating that extra step of having to reformat my code after sorting my JSON would be fantastic. |
I currently use tabs for formatting a lot of my code, and have
"editor.insertSpaces": false
and"editor.detectIndentation": false
configured in my settings. When sorting it doesn't seem to respect the current tab indentation settings and always reverts back to using spaces for indentation.Can this be fixed to format the sorted json using the current indentation settings?
The text was updated successfully, but these errors were encountered: