tweak(doom): set json/javascript indent level
This commit is contained in:
parent
6a85ac3a00
commit
5f997fb3fb
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@
|
|||
|
||||
(add-hook 'before-save-hook #'infinidoge/nixpkgs-fmt-fix)
|
||||
|
||||
;; --- JSON ---
|
||||
(setq js-indent-level 2)
|
||||
(after! editorconfig
|
||||
(add-to-list 'editorconfig-indentation-alist '(json-mode js-indent-level)))
|
||||
|
||||
;; --- LSP ---
|
||||
(setq lsp-csharp-server-path (executable-find "omnisharp"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue