I think that the formatter should respect the user/workbench/document tab settings automatically. I know it is possible to set those values myself in settings.json but why do I need to manually edit this? It should default to the active settings.
Note that things like EditorConfig exist. It adjusts the tab settings of the current document based on a .editorconfig file. I work on different projects with different tab preferences and EditorConfig is a great way to control this.
I think that the formatter should respect the user/workbench/document tab settings automatically. I know it is possible to set those values myself in
settings.jsonbut why do I need to manually edit this? It should default to the active settings.Note that things like EditorConfig exist. It adjusts the tab settings of the current document based on a
.editorconfigfile. I work on different projects with different tab preferences and EditorConfig is a great way to control this.