Skip to content

Commit 00fc0e2

Browse files
committed
style: formatting with Air + line break after each (
1 parent f9e4185 commit 00fc0e2

File tree

123 files changed

+13321
-9578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+13321
-9578
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ README.html
2929
^\.pre-commit-config\.yaml$
3030
^[\.]?air\.toml$
3131
^\.vscode$
32+
^\.lintr$

.lintr

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
linters: linters_with_defaults(
2+
defaults = default_linters,
3+
whitespace_linter = NULL,
4+
indentation_linter = indentation_linter(
5+
indent = 1L,
6+
)
7+
)

0 commit comments

Comments
 (0)