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
Is it possible to have a sort of .editorconfig file to set spacing and tabbing and all that to match what you're currently using?
For example I have set my spacing for JS to 2 spaces and it formats EVERYTHING if I try to make a change..
The text was updated successfully, but these errors were encountered:
Yep, if you're familiar with the best way to set that up, please feel free to do that and reformat everything along with the config change -- we'll stick with that going forward.
Alright. I found a tool that generates an .editorconfig based on the files in the project. Seems very basic but it'll do. I'll probably add a vscode workspace file which has a lot more options than the .editorconfig
Do you have a preference on this or should I just keep it like you've started it?
Is it possible to have a sort of
.editorconfig
file to set spacing and tabbing and all that to match what you're currently using?For example I have set my spacing for JS to 2 spaces and it formats EVERYTHING if I try to make a change..
The text was updated successfully, but these errors were encountered: