Revision 908afa461924f94b97b00638e801c6849fb03d08 authored by Francois Dupressoir on 17 May 2017, 14:12:10 UTC, committed by GitHub on 17 May 2017, 14:12:10 UTC
1 parent 7cb1468
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