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
Could you modify the plugin to adjust the TabSize and InsertSpaces VS Code global settings based on detected .clang-format?
I use VS Code for two different projects that have different standards. In one projects they use Spaces instead of tabs. In the another projects they use Tab characters. VS Code is configured to use Spaces. Both projects use clang-format tool for the code formatting.
The problem is if I press the Tab button while working on the Second project, the editor inserts spaces instead of tabs. So I have to remember to reformat the code before I commit it.
The text was updated successfully, but these errors were encountered:
Could you modify the plugin to adjust the TabSize and InsertSpaces VS Code global settings based on detected .clang-format?
I use VS Code for two different projects that have different standards. In one projects they use Spaces instead of tabs. In the another projects they use Tab characters. VS Code is configured to use Spaces. Both projects use clang-format tool for the code formatting.
The problem is if I press the Tab button while working on the Second project, the editor inserts spaces instead of tabs. So I have to remember to reformat the code before I commit it.
The text was updated successfully, but these errors were encountered: