We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fdfe9 commit 7690145Copy full SHA for 7690145
.Rbuildignore
@@ -22,3 +22,4 @@
22
^.lintr$
23
^.venv$
24
^inst/templates$
25
+^air\.toml$
air.toml
@@ -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