-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Hello,
I want to use tabs as indentation. I have the following file test.R with tabs as indentation:
result <- map_lgl(
xs,
function(x) {
is.logical(x) && length(x) == 1L && !is.na(x)
}
)
Also I added the following .lintr file:
linters: linters_with_defaults(
line_length_linter = line_length_linter(120L),
whitespace_linter = NULL,
indentation_linter = NULL
)
The file structure basically is the .lintr file and test.R in a folder.
lintr::lint_dir() does not return any problems. But when use the languageserver in Neovim, the whitespace_linter complains. Do I need to set further options?
mkthalmann, heavywatal, Orgron, etaslicukur, can-taslicukur and 1 more
Metadata
Metadata
Assignees
Labels
No labels