Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
Use spaces not tabs
  • Loading branch information
MrD-RC authored Sep 16, 2023
1 parent 03342b1 commit 1d5cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ranges": "c"
},
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.expandTabs": true,
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, BreakBeforeBraces: Mozilla }"
Expand Down

0 comments on commit 1d5cbb9

Please sign in to comment.