Browse Source

Added editorconfig

Ingo Albrecht 7 years ago
parent
commit
ad3632fbc9
1 changed files with 18 additions and 0 deletions
  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