c++ files should be unix-formatted.

This commit is contained in:
David Rose 2004-07-15 20:32:04 +00:00
parent 7bf7db4c2e
commit afb69f34cd

View File

@ -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)
))
;;