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
Hi, I have a question: Are we forced to use plugins in VS Code?
I know that these plugins are available in most editors, but I researched and found out that it’s possible to use CLI tools and some commands to create automated tools for tasks like converting spaces to tabs. Tools like:
Hey @BaseMax see the editor config file and make sure your VSC respects its rules.
https://github.com/SalamLang/Salam/blob/main/.editorconfig
Shell scripts are currently indented with tabs !
https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
refs #970 where I fixed the shell formatting
The Super-Linter shell format check fails when you use spaces for indents.
Make sure you have the EditorConfig plugin installed and working
Tagging @BDadmehr0 here too
The text was updated successfully, but these errors were encountered: