Skip to content

Commit 983cabc

Browse files
committed
refact: use lua52 for selene linter and Spaces over Tabs for stylua
1 parent 15b73e1 commit 983cabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selene.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
std = "lua51+vim"
1+
std = "lua52+vim"

stylua.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
column_width = 80
22
line_endings = "Unix"
3-
indent_type = "Tabs"
3+
indent_type = "Spaces"
44
indent_width = 4
55
quote_style = "AutoPreferSingle"

0 commit comments

Comments
 (0)