Skip to content

Commit

Permalink
chore: dont trail whitespace in vscode (#5661)
Browse files Browse the repository at this point in the history
Better consistency
  • Loading branch information
ludamad authored Aug 20, 2024
1 parent 854ab45 commit 7595d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"**/dest/**": true,
"**/noir/noir-repo/docs/versioned_docs/**": true
},
"files.trimTrailingWhitespace": true,
"cmake.sourceDirectory": "${workspaceFolder}/barretenberg/cpp",
"typescript.tsserver.maxTsServerMemory": 4096,
}

0 comments on commit 7595d91

Please sign in to comment.