1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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)