emacs mode addition

Now that we have C++ header files, why not let their indents follow our
way.
This commit is contained in:
卜部昌平 2020-02-04 11:47:04 +09:00
parent d16f4220da
commit 7c20a2c83c
Notes: git 2020-02-06 11:47:24 +09:00

View File

@ -24,6 +24,8 @@
(c-mode . ((c-file-style . "ruby")))
(c++-mode . ((c-file-style . "ruby")))
(change-log-mode .
((buffer-file-coding-system . us-ascii)
(indent-tabs-mode . t)