Explorar el Código

Added editorconfig

Ingo Albrecht hace 7 años
padre
commit
ad3632fbc9
Se han modificado 1 ficheros con 18 adiciones y 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