https://github.com/EasyCrypt/easycrypt
Revision 19c6c50934095250a4d5a4efc2d6b167ec574a82 authored by Benjamin Gregoire on 10 June 2020, 07:45:48 UTC, committed by Benjamin Gregoire on 10 June 2020, 07:47:46 UTC
1 parent 6965ea6
Raw File
Tip revision: 19c6c50934095250a4d5a4efc2d6b167ec574a82 authored by Benjamin Gregoire on 10 June 2020, 07:45:48 UTC
remove duplicate declaration
Tip revision: 19c6c50
.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