https://github.com/EasyCrypt/easycrypt
Revision e8e6dc48f1e48d0173b29574a47cf54f533f9473 authored by Pierre-Yves Strub on 02 April 2021, 12:25:47 UTC, committed by Pierre-Yves Strub on 02 April 2021, 12:25:47 UTC
1 parent 9c741f1
Raw File
Tip revision: e8e6dc48f1e48d0173b29574a47cf54f533f9473 authored by Pierre-Yves Strub on 02 April 2021, 12:25:47 UTC
List: alltuples & allsubtuples
Tip revision: e8e6dc4
.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