Skip to content

Commit 0644f8a

Browse files
committedNov 8, 2020
add project
0 parents  commit 0644f8a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3940
-0
lines changed
 

‎.babelrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
["@babel/preset-env"]
4+
]
5+
}

‎.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.{js,html}]
11+
indent_style = tab
12+
13+
[*.css]
14+
indent_style = space
15+
indent_size = 2
16+
trim_trailing_whitespace = unset
17+
insert_final_newline = unset

0 commit comments

Comments
 (0)