Skip to content

Commit 8e3d708

Browse files
committed
Use air formatter
1 parent e4e78db commit 8e3d708

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
@@ -8,3 +8,5 @@
88
^doc$
99
^Meta$
1010
^README\.Rmd$
11+
^[\.]?air\.toml$
12+
^\.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)