Skip to content

Commit

Permalink
changed vscode settings back to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Runte committed Jan 4, 2025
1 parent e5f83ee commit ae66594
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion MattzoControllers.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"settings": {
"C_Cpp.clang_format_style": "{ BasedOnStyle: LLVM, IndentWidth: 4, ColumnLimit: 0,AllowShortFunctionsOnASingleLine: true,BreakBeforeBraces: Custom, BraceWrapping: {AfterFunction: true, AfterClass: true }}",
"C_Cpp.clang_format_style": "{ BasedOnStyle: LLVM, UseTab: Always ,IndentWidth: 4, TabWidth: 4, ColumnLimit: 0,AllowShortFunctionsOnASingleLine: true,BreakBeforeBraces: Custom, BraceWrapping: {AfterFunction: true, AfterClass: true }}",
"files.associations": {
"new": "cpp",
"array": "cpp",
Expand Down
3 changes: 0 additions & 3 deletions src/MLC/.vscode/settings.json

This file was deleted.

9 changes: 0 additions & 9 deletions src/MTC4BT/.vscode/settings.json

This file was deleted.

3 changes: 0 additions & 3 deletions src/MTC4PF/.vscode/settings.json

This file was deleted.

0 comments on commit ae66594

Please sign in to comment.