Skip to content

Commit 7c20a2c

Browse files
committed
emacs mode addition
Now that we have C++ header files, why not let their indents follow our way.
1 parent d16f422 commit 7c20a2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .dir-locals.el

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
(c-mode . ((c-file-style . "ruby")))
2626

27+
(c++-mode . ((c-file-style . "ruby")))
28+
2729
(change-log-mode .
2830
((buffer-file-coding-system . us-ascii)
2931
(indent-tabs-mode . t)

0 commit comments

Comments
 (0)