Преглед изворни кода

Replace .dir-locals.el (Emacs) by .editorconfig

Stéphane Raimbault пре 3 година
родитељ
комит
56d1d95d4f
2 измењених фајлова са 12 додато и 4 уклоњено
  1. 0 4
      .dir-locals.el
  2. 12 0
      .editorconfig

+ 0 - 4
.dir-locals.el

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

+ 12 - 0
.editorconfig

@@ -0,0 +1,12 @@
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+
+# Tab indentation (no size specified)
+[Makefile]
+indent_style = tab