You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current window setting should supersede the settings in .editorconfig
Let's say .editorconfig says to indent using spaces. When I edit a file and uncheck 'Indent Using Spaces' in the UI:
And Convert Indentation to Tabs:
Upon save it uses the .editorconfig settings instead of the UI setting I just set before saving to disk, and then reverts it:
This forces me to temporarily disable the plugin or edit my .editorconfig just to save a file with a non-normal indentation configuration.
The text was updated successfully, but these errors were encountered:
The current window setting should supersede the settings in .editorconfig
Let's say .editorconfig says to indent using spaces. When I edit a file and uncheck 'Indent Using Spaces' in the UI:
And Convert Indentation to Tabs:
Upon save it uses the .editorconfig settings instead of the UI setting I just set before saving to disk, and then reverts it:
This forces me to temporarily disable the plugin or edit my .editorconfig just to save a file with a non-normal indentation configuration.
The text was updated successfully, but these errors were encountered: