Skip to content
Snippets Groups Projects
Commit 902c3156 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add formatting settings

parent b04cafcf
No related branches found
No related tags found
No related merge requests found
{
"editor.formatOnSave": true,
"files.insertFinalNewline": true,
"evenBetterToml.formatter.arrayAutoCollapse": false,
"evenBetterToml.formatter.arrayTrailingComma": true,
"evenBetterToml.formatter.arrayAutoExpand": true,
"evenBetterToml.formatter.trailingNewline": true,
"evenBetterToml.formatter.columnWidth": 1,
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml",
},
}
......@@ -8,4 +8,4 @@ def main():
parsed_args.func(**args)
if __name__ == "__main__":
main()
\ No newline at end of file
main()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment