swh:1:snp:510544f7899e7fee487ee146b60cd834a253fd12
Raw File
Tip revision: e0358750b49358332e176189bca94e845fb4fa04 authored by Cameron Low on 09 February 2023, 17:59:08 UTC
fixed proof.
Tip revision: e035875
.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