Created
March 12, 2020 15:50
-
-
Save nazariyv/d5d300a3181333e928adecb94d3289d8 to your computer and use it in GitHub Desktop.
.vscode/settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "solidity.packageDefaultDependenciesContractsDirectory": "", | |
| "solidity.packageDefaultDependenciesDirectory": "node_modules", | |
| "solidity.enabledAsYouTypeCompilationErrorCheck": true, | |
| "solidity.validationDelay": 1500, | |
| "solidity.linter": "solium", | |
| "solidity.soliumRules": { | |
| "quotes": ["error", "double"], | |
| "indentation": ["error", 4] | |
| }, | |
| "editor.formatOnSave": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment