diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 1746110..fec267a 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -140,6 +140,9 @@ (setq ccls-initialization-options '(:index (:comments 2) :completion (:detailedLabel t) :compilationDatabaseDirectory "build" :cache (:directory ".cache/ccls" :format "binary"))) (set-lsp-priority! 'ccls 1)) + +(setq apheleia-formatters-respect-indent-level nil) + (defun my-ui-doc-glance-then-focus () "Glances UI-Doc if not present, otherwise focus" (interactive)