We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413a5de commit 1b9ccb5Copy full SHA for 1b9ccb5
.editorconfig
@@ -0,0 +1,18 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+indent_size = 2
8
+indent_style = space
9
+insert_final_newline = true
10
+max_line_length = 80
11
+trim_trailing_whitespace = true
12
13
+[*.md]
14
+max_line_length = 0
15
+trim_trailing_whitespace = false
16
17
+[COMMIT_EDITMSG]
18
README.md
@@ -1,3 +1,5 @@
## yarn start
### 启动项目
+## eslint airbnb + prettierrc, vsCode 需要安装 editoreConfig 插件
0 commit comments