forked from redo/BlockLua
Compare commits
2 Commits
01f216f31e
...
0815a6d229
| Author | SHA1 | Date | |
|---|---|---|---|
| 0815a6d229 | |||
| cbd0c29495 |
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"_bllua_ts",
|
||||
"_bllua_requiresecure",
|
||||
"_bllua_on_unload"
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.1",
|
||||
"Lua.diagnostics.disable": [
|
||||
"lowercase-global",
|
||||
"undefined-global"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user