Revision 27c52db9873e7413e9a8f99b8c310907dbdd8405 authored by François Dupressoir on 07 July 2020, 16:39:30 UTC, committed by François Dupressoir on 07 July 2020, 16:39:45 UTC
This makes post-skip proofs a lot smoother (avoiding a lot of
duplication in proofs). However, it requires some mental gymnastics to
deal with no-op updates.
1 parent d750dc3
Raw File
.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