chore: update selene and stylua configs

This commit is contained in:
Erica Marigold 2024-07-15 18:43:18 +05:30
parent dde8ad0893
commit 4d3e945b49
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 17 additions and 1 deletions

6
lune.yml Normal file
View file

@ -0,0 +1,6 @@
---
base: luau
globals:
warn:
args:
- type: ...

View file

@ -1,2 +1,2 @@
std = "luau" std = "lune"
exclude = ["Packages/*"] exclude = ["Packages/*"]

10
stylua.toml Normal file
View 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