We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe86d3 commit 9bf3a81Copy full SHA for 9bf3a81
.Rbuildignore
@@ -22,3 +22,4 @@ derby.log
22
^vignettes/articles$
23
^[\.]?air\.toml$
24
^\.vscode$
25
+^[.]?air[.]toml$
.vscode/settings.json
@@ -2,5 +2,9 @@
2
"[r]": {
3
"editor.formatOnSave": true,
4
"editor.defaultFormatter": "Posit.air-vscode"
5
+ },
6
+ "[quarto]": {
7
+ "editor.formatOnSave": true,
8
+ "editor.defaultFormatter": "quarto.quarto"
9
}
10
0 commit comments