Skip to content

Commit

Permalink
Add code-workspace to format extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Oct 19, 2022
1 parent 3052776 commit 2bd1423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/VSCodium/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"explorer.confirmDelete": false,
"files.autoSave": "afterDelay",
"files.maxMemoryForLargeFilesMB": 8192,
"formatFiles.extensionsToInclude": "asm, bat, c, C, cc, clj, conf, cpp, cs, css, cxx, fish, fs, go, gradle, groovy, h, hh, hpp, hs, htm, html, hxx, ini, java, js, json, jsp, jsx, ksh, kt, lhs, lua, md, p, patch, php, pl, py, r, rb, rs, s, scala, sh, sql, swift, toml, ts, vb, vbs, xml, yml, zsh",
"formatFiles.extensionsToInclude": "asm, bat, c, C, cc, clj, code-workspace, conf, cpp, cs, css, cxx, fish, fs, go, gradle, groovy, h, hh, hpp, hs, htm, html, hxx, ini, java, js, json, jsp, jsx, ksh, kt, lhs, lua, md, p, patch, php, pl, py, r, rb, rs, s, scala, sh, sql, swift, toml, ts, vb, vbs, xml, yml, zsh",
"formatFiles.logLevel": "warn",
"git.allowForcePush": true,
"git.autofetch": "all",
Expand Down

0 comments on commit 2bd1423

Please sign in to comment.