view .dir-locals.el @ 1418:a51f71694121

fix build with MySQL >= 8.0 MySQL 8.0 deprecated my_bool in favour of C99's bool. Detect if my_bool is available, and if not, provide a replacement.
author Luke Mewburn <luke@mewburn.net>
date Tue, 18 Feb 2020 20:58:20 +1100
parents 86e231b3d6fc
children
line wrap: on
line source

;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((c-mode
  (c-basic-offset . 8)))
"Welcome to our mercurial repository"