Skip to content

Commit

Permalink
chore(vscode): set tab size and tab format (oven-sh#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
sno2 authored Jul 20, 2022
1 parent 7500f4b commit afb1dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -164,6 +166,5 @@
"__memory": "cpp",
"memory_resource": "cpp"
},
"go.logging.level": "off",
"cmake.configureOnOpen": false
}

0 comments on commit afb1dc1

Please sign in to comment.