Skip to content

Commit 935c4aa

Browse files
committed
Begin to use air
1 parent dce6fb9 commit 935c4aa

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
@@ -4,3 +4,5 @@
44
^\.github$
55
^codecov\.yml$
66
^LICENSE\.md$
7+
^[\.]?air\.toml$
8+
^\.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)