diff options
author | 卜部昌平 <[email protected]> | 2020-02-04 11:47:04 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2020-02-06 11:46:51 +0900 |
commit | 7c20a2c83cc50ef33d1095be8806ddacb0f8b321 () | |
tree | 92893573b4ecc8ec2486824ab0ded8d835909b95 /.dir-locals.el | |
parent | d16f4220dadb7388f3328b8e7886d1dee40b60e3 (diff) |
emacs mode addition
Now that we have C++ header files, why not let their indents follow our way.
Notes: Merged: https://.com/ruby/ruby/pull/2885
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ (c-mode . ((c-file-style . "ruby"))) (change-log-mode . ((buffer-file-coding-system . us-ascii) (indent-tabs-mode . t) |