浏览代码

Merge branch 'master' of github.com:algoo/hapic

Bastien Sevajol 6 年前
父节点
当前提交
aa6a409b0d
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      .editorconfig

+ 20 - 0
.editorconfig 查看文件

@@ -0,0 +1,20 @@
1
+# EditorConfig: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
+
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
+
11
+[*.py]
12
+charset = utf-8
13
+indent_style = space
14
+indent_size = 4
15
+max_line_length = 79
16
+
17
+# Matches the exact files either package.json or .travis.yml
18
+[.travis.yml]
19
+indent_style = space
20
+indent_size = 2