We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a365b4 commit 011d139Copy full SHA for 011d139
.vscode/settings.json
@@ -5,5 +5,8 @@
5
"prettier.tabWidth": 4,
6
"prettier.semi": false,
7
"prettier.quoteProps": "consistent",
8
- "prettier.singleQuote": false
+ "prettier.singleQuote": false,
9
+ "[julia]": {
10
+ "editor.formatOnSave": false
11
+ }
12
}
0 commit comments