Pārlūkot izejas kodu

Fix typescript indentation

Josh Bicking 8 gadi atpakaļ
vecāks
revīzija
f59462a35c
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      emacs

+ 4 - 0
emacs

@@ -285,6 +285,7 @@
 (require 'evil-magit)
 (global-magit-file-mode)
 
+
 ;; Neotree
 
 ; Set vi-like bindings in neotree-mode that don't conflict with evil
@@ -298,6 +299,9 @@
 (setq neo-smart-open t)
 
 
+;; tide/typescript
+(setq typescript-indent-level 2)
+
 ;;;; System-specific configs
 
 (defun win-setup ()