https://github.com/EasyCrypt/easycrypt
Revision fbd222bc6f8bff659abe66f1ea1bb631dfba2b38 authored by Pierre-Yves Strub on 05 January 2016, 15:51:48 UTC, committed by Pierre-Yves Strub on 05 January 2016, 21:59:08 UTC
1 parent 352f5cc
Raw File
Tip revision: fbd222bc6f8bff659abe66f1ea1bb631dfba2b38 authored by Pierre-Yves Strub on 05 January 2016, 15:51:48 UTC
Refactoring a bit Vagrantfile.
Tip revision: fbd222b
.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