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 3461781 commit 199f78bCopy full SHA for 199f78b
.Rbuildignore
@@ -26,3 +26,5 @@
26
\.code-workspace$
27
\.lintr$
28
^CRAN-SUBMISSION$
29
+^[.]?air[.]toml$
30
+^\.vscode$
air.toml
@@ -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