Explorar o código

Added editorconfig

Ingo Albrecht %!s(int64=7) %!d(string=hai) anos
pai
achega
ad3632fbc9
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      .editorconfig

+ 18 - 0
.editorconfig

@@ -0,0 +1,18 @@
+; EditorConfig for klish
+;
+; This improves collaboration by configuring editors better.
+; See https://editorconfig.org for further information.
+;
+
+root = true
+
+[*]
+indent_style = tab
+tab_width = 8
+end_of_line = lf
+max_line_length = 80
+insert_final_newline = true
+
+[configure.ac]
+indent_style = space
+indent_size = 8