spacemacs/layers/+lang/html/config.el

14 lines
418 B
EmacsLisp
Raw Normal View History

;;; config.el --- html layer configuration file for Spacemacs
;;
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
;;
;; Author: Seong Yong-ju <sei40kr@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar web-fmt-tool 'web-beautify
"The formatter to format a CSS/SCSS/Less file. Possible values are `web-beautify' and `prettier'.")