Skip to content

Commit 82c8ad1

Browse files
committed
chore: add basic repo configuration
1 parent bf35e54 commit 82c8ad1

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.mdx]
15+
trim_trailing_whitespace = false

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
**/*.7z
2+
**/*.DS_Store
3+
**/*.ear
4+
**/*.gz
5+
**/*.iml
6+
**/*.log
7+
**/*.rar
8+
**/*.tar
9+
**/*.tgz
10+
**/*.war
11+
**/*.zip

0 commit comments

Comments
 (0)