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 986b7ee commit 31436deCopy full SHA for 31436de
.Rbuildignore
@@ -16,3 +16,5 @@
16
^MAINTENANCE\.md$
17
^[\.]?air\.toml$
18
^\.vscode$
19
+^cran-comments\.md$
20
+^[.]?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