https://github.com/EasyCrypt/easycrypt
Revision f693233ec9a7b33ba350d7b17e1d223f33d7fb56 authored by Pierre-Yves Strub on 09 June 2020, 15:39:58 UTC, committed by Pierre-Yves Strub on 09 June 2020, 15:39:58 UTC
1 parent 23b938a
Raw File
Tip revision: f693233ec9a7b33ba350d7b17e1d223f33d7fb56 authored by Pierre-Yves Strub on 09 June 2020, 15:39:58 UTC
Add user reductions for iteri
Tip revision: f693233
.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