Skip to content

Commit 7690145

Browse files
committed
feat: add air.toml
1 parent 33fdfe9 commit 7690145

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
^.lintr$
2323
^.venv$
2424
^inst/templates$
25+
^air\.toml$

air.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[format]
2+
line-width = 120
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)