https://github.com/EasyCrypt/easycrypt
Revision 28c5228c196a8baad9dc89065e9766e995ce13c3 authored by Pierre-Yves Strub on 25 October 2018, 15:21:38 UTC, committed by Pierre-Yves Strub on 25 October 2018, 15:21:38 UTC
1 parent 672c36d
Raw File
Tip revision: 28c5228c196a8baad9dc89065e9766e995ce13c3 authored by Pierre-Yves Strub on 25 October 2018, 15:21:38 UTC
Fix Cramer Shoup
Tip revision: 28c5228
.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)))
back to top