🤖 📝 Ajout du linter

This commit is contained in:
Louis Lacoste 2024-04-16 11:25:49 +02:00
parent 88ac2e8566
commit 2c51572345

4
.lintr Normal file
View file

@ -0,0 +1,4 @@
linters: linters_with_tags(tags = c("readability", "best_practices",
"common_mistakes"),
indentation_linter(indent = 4L)) # see vignette("lintr")
encoding: "UTF-8"