add emacs settings
parent
cd5ebe8278
commit
30ddb90cab
|
|
@ -0,0 +1,9 @@
|
||||||
|
;; Per-directory local variables for GNU Emacs 23 and later.
|
||||||
|
|
||||||
|
((nil
|
||||||
|
. (tab-width . 2))
|
||||||
|
(sh-mode
|
||||||
|
. ((indent-tabs-mode . nil)
|
||||||
|
(sh-basic-offset . 2))))
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue