Browse Source

Add .dir-settings.el file to unify coding styles.

Carsten Dominik 16 năm trước cách đây
mục cha
commit
f0e16e86e9
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .dir-settings.el

+ 4 - 0
.dir-settings.el

@@ -0,0 +1,4 @@
+((nil . ((indent-tabs-mode . t)
+	 (tab-width . 8)
+	 (fill-column . 70))))
+