Revision e6cd83ef1cb5475eb8c71a8a26cafec5840cfff3 authored by François Dupressoir on 04 July 2017, 19:22:03 UTC, committed by François Dupressoir on 04 July 2017, 19:22:11 UTC
AWord is deprecated and should not be used.
1 parent a2ad181
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