chore(vscode): set tab size and tab format (#810)

This commit is contained in:
Carter Snook
2022-07-20 15:37:52 -05:00
committed by GitHub
parent 7500f4b2ca
commit afb1dc1d79

View File

@@ -8,6 +8,8 @@
"search.useIgnoreFiles": true,
"zig.buildOnSave": false,
"[zig]": {
"editor.tabSize": 4,
"editor.useTabStops": false,
"editor.defaultFormatter": "AugusteRame.zls-vscode",
"editor.formatOnSave": true
},
@@ -164,6 +166,5 @@
"__memory": "cpp",
"memory_resource": "cpp"
},
"go.logging.level": "off",
"cmake.configureOnOpen": false
}