Files
CodeNomad/.dir-locals.el
Alexis Dumas 50676416ed blank session cleanup improvements
- make the blank session cleanup system optionally fetch full message histories for each session to better judge if it's blank
- make a command that does the deep clean, keep the clean that happens on new session creation shallow
2025-11-27 18:18:24 -05:00

11 lines
434 B
EmacsLisp

((typescript-ts-mode
. ((eglot-workspace-configuration
. (:typescript.format (:indentSize 2
:tabSize 2
:convertTabsToSpaces t
:semicolons "remove")
:javascript.format (:indentSize 2
:tabSize 2
:convertTabsToSpaces t
:semicolons "remove"))))))