Skip to content

Commit

Permalink
Merge branch 'master' of github.com:devOpifex/communicate
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Mar 9, 2024
2 parents d046f29 + 4b03f91 commit 0f8462a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
linters: linters_with_defaults(
line_length_linter(120),
trailing_whitespace_linter = NULL,
commented_code_linter = NULL,
function_left_parentheses_linter = NULL,
spaces_left_parentheses_linter = NULL,
paren_body_linter = NULL,
brace_linter = NULL,
indentation_linter(
indent = 2L,
hanging_indent_style = "never"
),
object_usage_linter = NULL # this uses eval()
)
encoding: "UTF-8"

0 comments on commit 0f8462a

Please sign in to comment.