Skip to content

Commit a9de69e

Browse files
author
notnotmelon
committed
Added autoformatter settings.
1 parent aea9bf7 commit a9de69e

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

.vscode/settings.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@
2424
"lowercase-global"
2525
],
2626
"Lua.runtime.version": "Lua 5.2",
27-
"factorio.versions": [
28-
{
29-
"name": "Steam",
30-
"factorioPath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Factorio\\bin\\x64\\factorio.exe"
31-
}
32-
],
33-
"Lua.workspace.userThirdParty": [
34-
"c:\\Users\\aaron\\AppData\\Roaming\\Code\\User\\workspaceStorage\\2c0db3f7f6703ee2242e9402900b5888\\justarandomgeek.factoriomod-debug\\sumneko-3rd"
35-
],
36-
"Lua.workspace.checkThirdParty": "ApplyInMemory"
27+
"Lua.format.defaultConfig": {
28+
"call_arg_parentheses": "remove_table_only",
29+
"max_line_length": "999999",
30+
"space_around_table_field_list": "false",
31+
"indent_style": "space",
32+
"indent_size": "4",
33+
"space_around_table_append_operator": "false",
34+
"space_inside_square_brackets": "false",
35+
"quote_style": "double"
36+
},
37+
"editor.formatOnSave": true
3738
}

0 commit comments

Comments
 (0)