소스 검색

Added editorconfig

Ingo Albrecht 7 년 전
부모
커밋
ad3632fbc9
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  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