Browse Source

Coding conventions rules for Emacs

Stéphane Raimbault 15 năm trước cách đây
mục cha
commit
02f33709b8
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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))))
+