Revision 19abbdd2a0090a7ea6cc5cd5302dab1dd322c3d7 authored by Pierre-Yves Strub on 11 February 2016, 13:07:07 UTC, committed by Pierre-Yves Strub on 11 February 2016, 13:07:07 UTC
1 parent 09966ad
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