1b0aab1713
Webpack was entirely and utterly unmaintainable. This commit throws it out of the window into the gutter where it belongs, and rewrites the entire repository so that it may work with parcel instead.
12 lines
206 B
EmacsLisp
12 lines
206 B
EmacsLisp
;;; Directory Local Variables
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((json-mode
|
|
(js-indent-level . 2))
|
|
(pug-mode
|
|
(tab-width . 2))
|
|
(scss-mode
|
|
(css-indent-offset . 2)))
|
|
|
|
|