Skip to content

Commit efaaeff

Browse files
committed
Default to tab size 8 for c
1 parent f56d3b1 commit efaaeff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
"tag:yaml.org,2002:python/object/apply:builtins.range sequence",
3030
"tag:yaml.org,2002:python/object/apply:builtins.sum sequence"
3131
],
32-
"git.detectSubmodules": false
32+
"git.detectSubmodules": false,
33+
"[c]": {
34+
"editor.tabSize": 8
35+
}
3336
}

0 commit comments

Comments
 (0)