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.

15 lines
437 B

  1. ;;; Directory Local Variables
  2. ;;; See Info node `(emacs) Directory Variables' for more information.
  3. ((nil
  4. (fill-column . 79)
  5. (indent-tabs-mode)
  6. (show-trailing-whitespace . t)
  7. (whitespace-style face trailing lines-tail space-before-tab indentation empty)
  8. (whitespace-newline . t))
  9. (c++-mode
  10. (tab-width . 4)
  11. (whitespace-action warn-read-only auto-cleanup))
  12. (cmake-mode
  13. (whitespace-action warn-read-only auto-cleanup)))