https://github.com/EasyCrypt/easycrypt
Revision 0c507169378263267293534b70232b94c6e88730 authored by François Dupressoir on 25 July 2017, 17:12:23 UTC, committed by François Dupressoir on 25 July 2017, 17:16:19 UTC
1 parent b4c2a37
Raw File
Tip revision: 0c507169378263267293534b70232b94c6e88730 authored by François Dupressoir on 25 July 2017, 17:12:23 UTC
Lining definitions up for OAEP.
Tip revision: 0c50716
.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