We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061e9a1 commit 45265e9Copy full SHA for 45265e9
.editorconfig
@@ -0,0 +1,24 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+insert_final_newline = true
7
+indent_style = space
8
+indent_size = 2
9
+trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = false
13
14
+[{package.json,.babelrc}]
15
16
17
18
+[*.{js,scss,vue,yml}]
19
20
21
22
+[*.{php,json,conf}]
23
24
+indent_size = 4
.gitignore
@@ -3,7 +3,6 @@ node_modules/
npm-debug.log
yarn-error.log
.npmignore
-.editorconfig
# Editor directories and files
.idea
0 commit comments