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:
parent
d16f4220da
commit
7c20a2c83c
Notes:
git
2020-02-06 11:47:24 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
(c-mode . ((c-file-style . "ruby")))
|
(c-mode . ((c-file-style . "ruby")))
|
||||||
|
|
||||||
|
(c++-mode . ((c-file-style . "ruby")))
|
||||||
|
|
||||||
(change-log-mode .
|
(change-log-mode .
|
||||||
((buffer-file-coding-system . us-ascii)
|
((buffer-file-coding-system . us-ascii)
|
||||||
(indent-tabs-mode . t)
|
(indent-tabs-mode . t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue