Skip to content

Commit 7ba82cb

Browse files
authored
chore: use_air() (#1255)
1 parent 07552c8 commit 7ba82cb

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ inst/lib/bsw3/.npmignore
3333
^inst/examples-shiny/brand.yml/Monda\.ttf$
3434
^inst/examples-shiny/brand.yml/Monda-OFL\.txt$
3535
^AGENTS\.md$
36+
^[.]?air[.]toml$
37+
^\.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
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+
}

R/sysdata.rda

1.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)