.emacs-my
changeset 253 7cb6ff8a9a75
parent 252 330b4cdfaddf
child 254 51b47da56551
equal deleted inserted replaced
252:330b4cdfaddf 253:7cb6ff8a9a75
   803 (setq sh-basic-offset 2)
   803 (setq sh-basic-offset 2)
   804 (setq sgml-basic-offset 4)
   804 (setq sgml-basic-offset 4)
   805 
   805 
   806 ;; TAB (tab settings)
   806 ;; TAB (tab settings)
   807 (setq-default tab-width 4)
   807 (setq-default tab-width 4)
   808 (setq-default indent-tabs-mode nil)     ; t - будут вставляться \t
   808 (setq-default indent-tabs-mode nil)     ; spaces instead of tabs by default
   809 (setq tab-always-indent t)
   809 (setq tab-always-indent t)
   810 (setq c-tab-always-indent t)
   810 (setq c-tab-always-indent t)
   811 (let ( (line-width 400) i )
   811 (let ( (line-width 400) i )
   812   (setq i (* (ceiling line-width 4) 4))
   812   (setq i (* (ceiling line-width 4) 4))
   813   (setq tab-stop-list nil)
   813   (setq tab-stop-list nil)