https://github.com/EasyCrypt/easycrypt
Revision cefe8724fd3bb4d89718351df9951ab5cb437a13 authored by François Dupressoir on 20 April 2018, 09:50:15 UTC, committed by Pierre-Yves Strub on 20 April 2018, 16:27:35 UTC
1 parent 61fef31
Raw File
Tip revision: cefe8724fd3bb4d89718351df9951ab5cb437a13 authored by François Dupressoir on 20 April 2018, 09:50:15 UTC
porting example Upto
Tip revision: cefe872
.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