Add a .dir-locals.el file.
* .dir-locals.el: New file. * Makefile.am (EXTRA_DIST): Distribute it.
This commit is contained in:
parent
d10e772d35
commit
5efb66cb25
2 changed files with 8 additions and 1 deletions
7
.dir-locals.el
Normal file
7
.dir-locals.el
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
((nil . ((whitespace-action . '(auto-cleanup))
|
||||
(whitespace-style . '(trailing lines-tail))
|
||||
(require-final-newline . t)))
|
||||
(c++-mode . ((c-default-style . "gnu")
|
||||
(indent-tab-mode . t)
|
||||
(tab-width . 8)
|
||||
(fill-column . 70))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue