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
I'd like to continue using existing codestyle if it's consistent in the file. E.g. when I occasionally edit a .cpp file and tabs are used in that file I's like to continue using tabs for identation. Right now when I manually select tabs in vscode editorconfig continuosly switches back to spaces. I'm wondering if it's possible to fix.
Let's check if it's possible to do via editorconfig.
The text was updated successfully, but these errors were encountered:
@dzhlobo what do you think? Having thought about it, I think we need to remove forced 2 space indentation for every file and maybe add explicit rules for common datarockets projects languages like ruby and js/ts.
I'd like to continue using existing codestyle if it's consistent in the file. E.g. when I occasionally edit a .cpp file and tabs are used in that file I's like to continue using tabs for identation. Right now when I manually select tabs in vscode editorconfig continuosly switches back to spaces. I'm wondering if it's possible to fix.
Let's check if it's possible to do via editorconfig.
The text was updated successfully, but these errors were encountered: