Skip to content

Commit 1c97084

Browse files
committed
use_air()
1 parent fa13761 commit 1c97084

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
^\.github/workflows/R\.yaml$
2222
^\.github/workflows/pr-commands\.yaml$
2323
^CRAN-SUBMISSION$
24-
^air.toml$
24+
^[\.]?air\.toml$
2525
^\.vscode$

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"Posit.air-vscode"
4+
]
5+
}

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"[r]": {
3-
"editor.formatOnSave": true
3+
"editor.formatOnSave": true,
4+
"editor.defaultFormatter": "Posit.air-vscode"
45
}
56
}

0 commit comments

Comments
 (0)