Revision 532c13814519547b7d3b1baef714a3b8d6d286d0 authored by Benjamin Gregoire on 25 February 2016, 06:04:17 UTC, committed by Benjamin Gregoire on 25 February 2016, 06:04:17 UTC
1 parent fe97e0e
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