;;; config.el --- reasonml layer configuration file for Spacemacs
;;
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;; Author: Dave Aitken <dave.aitken@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;; This file is not part of GNU Emacs.
;;; License: GPLv3
(defvar-local reason-auto-refmt nil
"Whether to automatcally run refmt on save in the current reason-mode buffer.")