https://github.com/EasyCrypt/easycrypt
Revision 00622b9d078b5fd9f853fff35f2410122ad117cc authored by Pierre-Yves Strub on 04 January 2016, 14:55:43 UTC, committed by Pierre-Yves Strub on 04 January 2016, 14:57:20 UTC
1 parent 8ae369b
Raw File
Tip revision: 00622b9d078b5fd9f853fff35f2410122ad117cc authored by Pierre-Yves Strub on 04 January 2016, 14:55:43 UTC
emacs local variables for trailing whitespaces removal.
Tip revision: 00622b9
.dir-locals.el
((tuareg-mode .
   ((require-final-newline . t)
    (c-basic-offset . 2)
    (tab-width . 2)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace))))
 (easycrypt-mode .
   ((require-final-newline . t)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace)))))
back to top