Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.dir-locals.el 179B

123456
  1. ((nil . ((indent-tabs-mode . nil)
  2. (tab-width . 8)
  3. (fill-column . 80)))
  4. (js-mode . ((js-indent-level . 2)
  5. (indent-tabs-mode . nil)
  6. )))