feat(template): pulled selene conf from template

This commit is contained in:
2024-03-16 11:19:12 +01:00
parent 78a055e3b5
commit eb1c15e09a
4 changed files with 41 additions and 0 deletions

8
selene.toml Normal file
View File

@@ -0,0 +1,8 @@
std = "neovim"
[rules]
global_usage = "allow"
if_same_then_else = "allow"
incorrect_standard_library_use = "allow"
mixed_table = "allow"
multiple_statements = "allow"