Format typescript on save in vscode.

This commit is contained in:
Tom Alexander
2025-05-19 16:27:00 -04:00
parent 22cf52d490
commit 6578d64b50
3 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
:commands (treesit-install-language-grammar treesit-ready-p)
:init
(setq treesit-language-source-alist '())
:custom
(treesit-max-buffer-size 209715200) ;; 200MiB
:config
;; Default to the max level of detail in treesitter highlighting. This
;; can be overridden in each language's use-package call with: