Skip to content

Commit e79aa09

Browse files
committed
Use air
1 parent 2f6aef5 commit e79aa09

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@
1616
^CRAN-RELEASE$
1717
^\.github$
1818
^LICENSE\.md$
19+
^[\.]?air\.toml$
20+
^\.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"[r]": {
3+
"editor.formatOnSave": true,
4+
"editor.defaultFormatter": "Posit.air-vscode"
5+
}
6+
}

air.toml

Whitespace-only changes.

0 commit comments

Comments
 (0)