Skip to content

Commit

Permalink
Merge pull request #265 from ziglang/techatrix/better-default-settings
Browse files Browse the repository at this point in the history
apply some better default settings
  • Loading branch information
Vexu authored Dec 20, 2024
2 parents 9f65aef + 2479db4 commit ad0e6a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
"[zig]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ziglang.vscode-zig",
"editor.stickyScroll.defaultModel": "foldingProviderModel",
"files.eol": "\n"
},
"explorer.autoRevealExclude": {
"**/.zig-cache": true,
"**/zig-cache": true
}
},
"languages": [
Expand Down

0 comments on commit ad0e6a1

Please sign in to comment.