https://github.com/EasyCrypt/easycrypt
Revision 5407570bbdeaee7b725f57fcdbbf764ff301ac9e authored by François Dupressoir on 24 January 2020, 12:00:21 UTC, committed by François Dupressoir on 24 January 2020, 12:08:43 UTC
also clean assignment notation
1 parent 65e0c4e
Raw File
Tip revision: 5407570bbdeaee7b725f57fcdbbf764ff301ac9e authored by François Dupressoir on 24 January 2020, 12:00:21 UTC
move towards merging PRF and RO
Tip revision: 5407570
.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