c++ files should be unix-formatted.
This commit is contained in:
parent
7bf7db4c2e
commit
afb69f34cd
|
|
@ -28,6 +28,8 @@
|
|||
; buffer whenever you switch to C++ mode.
|
||||
(setq c++-mode-hook (lambda ()
|
||||
(setq indent-tabs-mode nil)
|
||||
;; Make sure we use unix encoding
|
||||
(setq local-write-file-hooks 'Use-Undecided-Unix-Mode)
|
||||
))
|
||||
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue