ソースを参照

Coding conventions rules for Emacs

Stéphane Raimbault 15 年 前
コミット
02f33709b8
1 ファイル変更4 行追加0 行削除
  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))))
+