Skip to content

Commit 199f78b

Browse files
committed
add air toml
1 parent 3461781 commit 199f78b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
2626
\.code-workspace$
2727
\.lintr$
2828
^CRAN-SUBMISSION$
29+
^[.]?air[.]toml$
30+
^\.vscode$

air.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[format]
2+
line-width = 90
3+
indent-width = 2
4+
indent-style = "space"
5+
line-ending = "auto"
6+
persistent-line-breaks = true
7+
exclude = []
8+
default-exclude = true

0 commit comments

Comments
 (0)