summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
author卜部昌平 <[email protected]>2020-02-04 11:47:04 +0900
committer卜部昌平 <[email protected]>2020-02-06 11:46:51 +0900
commit7c20a2c83cc50ef33d1095be8806ddacb0f8b321 ()
tree92893573b4ecc8ec2486824ab0ded8d835909b95 /.dir-locals.el
parentd16f4220dadb7388f3328b8e7886d1dee40b60e3 (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.el2
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)