swh:1:snp:f92f30fa3090eae65efe8d40c3d27dad22819990
Raw File
Tip revision: 512f0f2bd8dc8c1132f3cd138a17d57d4db9c514 authored by François Dupressoir on 30 June 2021, 14:43:29 UTC
[docker] get CVC4 from a more stable URL
Tip revision: 512f0f2
.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