mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
chore: update selene and stylua configs
This commit is contained in:
parent
dde8ad0893
commit
4d3e945b49
3 changed files with 17 additions and 1 deletions
6
lune.yml
Normal file
6
lune.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
base: luau
|
||||
globals:
|
||||
warn:
|
||||
args:
|
||||
- type: ...
|
|
@ -1,2 +1,2 @@
|
|||
std = "luau"
|
||||
std = "lune"
|
||||
exclude = ["Packages/*"]
|
||||
|
|
10
stylua.toml
Normal file
10
stylua.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
line_endings = "Unix"
|
||||
quote_style = "AutoPreferDouble"
|
||||
indent_type = "Spaces"
|
||||
call_parentheses = "NoSingleTable"
|
||||
|
||||
indent_width = 4
|
||||
column_width = 80
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
Loading…
Reference in a new issue