Skip to content

Commit 1a66486

Browse files
committed
chore: add VS Code settings and air.toml; update .Rbuildignore
- Add .vscode/extensions.json with recommended Posit.air-vscode - Configure formatOnSave for R and Quarto in .vscode/settings.json - Add empty air.toml and ignore .vscode and air.toml in .Rbuildignore
1 parent aed7a49 commit 1a66486

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ docs
2020
^revdep$
2121
^cran-comments\.md$
2222
^\.claude$
23+
^[.]?air[.]toml$
24+
^\.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+
}

air.toml

Whitespace-only changes.

0 commit comments

Comments
 (0)