Compare commits
1 Commits
b14a57cebc
...
206df49181
Author | SHA1 | Date | |
---|---|---|---|
206df49181 |
5
.luacheckrc
Normal file
5
.luacheckrc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
globals = { "CykaPersistentData", "CreateFrame", "GetItemInfo" }
|
||||||
|
unused_args = false
|
||||||
|
max_line_length = 150
|
||||||
|
exclude_files = { "Meta/" }
|
||||||
|
global = false
|
11
sync.yml
11
sync.yml
@@ -1,6 +1,9 @@
|
|||||||
- source: Meta/stylua.toml
|
- source: stylua.toml
|
||||||
target: stylua.toml
|
target: ../stylua.toml
|
||||||
delete: true
|
delete: true
|
||||||
- source: Meta/.luarc.json
|
- source: .luarc.json
|
||||||
target: .luarc.json
|
target: ../.luarc.json
|
||||||
delete: true
|
delete: true
|
||||||
|
- source: .luacheckrc
|
||||||
|
target: ../.luacheckrc
|
||||||
|
delete: true
|
Reference in New Issue
Block a user