Skip to content

Commit

Permalink
Fix: .vscode settings added
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhman-sukh committed Jul 2, 2024
1 parent b67d104 commit 2eba4ee
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cSpell.languageSettings": [
{
"languageId": "rust",
"includeRegExpList": [
"CStyleComment"
],
}
],
"cSpell.words": [
"behaviour",
"BLE",
"floodsub",
"keypair",
"libp2p",
"libqaul",
"mdns",
"multiaddress",
"peerid",
"protobuf",
"qaul",
"quic"
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
"clang-format.style": "{ IndentWidth: 4, BasedOnStyle: google, AlignConsecutiveAssignments: true }",
"[proto3]": {
"editor.defaultFormatter": "xaver.clang-format",
"editor.formatOnSave": true
}
}

0 comments on commit 2eba4ee

Please sign in to comment.