Skip to content
Snippets Groups Projects
Commit fa2afb4f authored by Attila Lendvai's avatar Attila Lendvai
Browse files

add .dir-locals.el to disable auto whitespace cleanup

parent f54e2dff
No related branches found
No related tags found
No related merge requests found
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil
(indent-tabs-mode . nil) ; Make sure to disable smart-tabs-mode if you're using it.
(whitespace-action . nil)
(whitespace-style . '(face trailing empty tabs))
))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment