Explorar o código

Add editorconfig

Martijn Braam %!s(int64=4) %!d(string=hai) anos
pai
achega
101abe33cd
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      .editorconfig

+ 10 - 0
.editorconfig

@@ -0,0 +1,10 @@
+root = true
+
+[*.{c,h}]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 8
+max_line_length = 80