Skip to content

Commit 4ef6975

Browse files
committed
meta files
1 parent 10921bf commit 4ef6975

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
charset = utf-8
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
9+
[*.md]
10+
trim_trailing_whitespace = false

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CRLF Normalisation
2+
* text eol=lf
3+
*.png binary -text -eol
4+
5+
# Ignore meta files in ZIP export
6+
.gitattributes export-ignore
7+
.gitignore export-ignore
8+
9+
# Never merge Lockfiles
10+
package-lock.json -diff linguist-vendored
11+
yarn.lock -diff linguist-vendored

0 commit comments

Comments
 (0)