Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ce9a0 commit a777b90Copy full SHA for a777b90
1 file changed
.lintr
@@ -0,0 +1,5 @@
1
+linters: with_defaults(
2
+ line_length_linter(120),
3
+ commented_code_linter = NULL,
4
+ object_usage_linter = NULL
5
+)
0 commit comments