You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
453 B
14 lines
453 B
;;; Directory Local Variables
|
|
;;; See Info node `(emacs) Directory Variables' for more information.
|
|
|
|
((nil .
|
|
((fill-column . 79)
|
|
(indent-tabs-mode)
|
|
(show-trailing-whitespace . t)
|
|
(whitespace-style face trailing lines-tail space-before-tab indentation empty)
|
|
(whitespace-newline . t)))
|
|
(c++-mode .
|
|
((tab-width . 4)
|
|
(whitespace-action warn-read-only auto-cleanup)))
|
|
(cmake-mode .
|
|
((whitespace-action warn-read-only auto-cleanup))))
|
|
|