2023-02-26 18:20:43 +00:00
|
|
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
|
2023-03-04 22:04:03 +00:00
|
|
|
((typescript-mode . ((prettier-js-args . ("--single-quote" "--jsx-single-quote"))
|
|
|
|
(typescript-indent-level . 2)))
|
|
|
|
(scss-mode . ((prettier-js-args . ("--single-quote" "--jsx-single-quote")))))
|