Fix .editorconfig and formatting

This commit is contained in:
Filip Tibell 2023-06-08 11:15:41 +02:00
parent c063230f4c
commit 422a097598
No known key found for this signature in database
12 changed files with 490 additions and 488 deletions

View file

@ -5,13 +5,11 @@ charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
[*.{json,jsonc,json5]
[*.{json,jsonc,json5}]
indent_style = space
indent_size = 4
[*.{yml,yaml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2

View file

@ -1,6 +1,8 @@
{
"languageMode": "strict",
"lint": { "*": true },
"lint": {
"*": true
},
"lintErrors": false,
"typeErrors": true,
"globals": []

View file

@ -13,6 +13,8 @@ This will look for the file `script-name.luau`**_<sup>[1]</sup>_** in a few loca
- The current directory
- The folder `lune` in the current directory, if it exists
- The folder `.lune` in the current directory, if it exists
- The folder `lune` in the _home_ directory, if it exists
- The folder `.lune` in the _home_ directory, if it exists
## 🎛️ Passing Command-Line Arguments