Ver código fonte

Coding conventions rules for Emacs

Stéphane Raimbault 15 anos atrás
pai
commit
02f33709b8
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      .dir-locals.el

+ 4 - 0
.dir-locals.el

@@ -0,0 +1,4 @@
+((nil . ((indent-tabs-mode . nil)
+         (c-basic-offset . 8)
+         (fill-column . 80))))
+