https://github.com/EasyCrypt/easycrypt
Revision b93b1f80358aa3b56caca1ec0c562006636aea52 authored by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC, committed by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC
1 parent edc1072
Raw File
Tip revision: b93b1f80358aa3b56caca1ec0c562006636aea52 authored by Benjamin Gregoire on 06 February 2018, 15:04:56 UTC
small progress
Tip revision: b93b1f8
.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