daily-aujourdhui/frontend/.dir-locals.el
Lucien Cartier-Tilet c81ba2536c
Some checks failed
CI / Check Style (push) Failing after 57s
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
feat(frontend): initial work, add tailwind and other dependencies
Also create a few pages and the beginning of a header
2024-12-05 02:02:12 +01:00

14 lines
606 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((js-json-mode . ((js-indent-level . 2)))
(less-css-mode . ((css-indent-offset . 2)))
(typescript-mode . ((typescript-indent-level . 2)))
(web-mode . ((web-mode-style-padding . 0)
(web-mode-script-padding . 0)
(emmet-indentation . 2)
(web-mode-code-indent-offset . 2)
(web-mode-markup-comment-indent-offset . 2)
(web-mode-markup-indent-offset . 2)
(web-mode-css-indent-offset . 2))))