mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
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…
x
Reference in New Issue
Block a user