We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10921bf commit 4ef6975Copy full SHA for 4ef6975
.editorconfig
@@ -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
@@ -0,0 +1,11 @@
+# CRLF Normalisation
+* text eol=lf
+*.png binary -text -eol
+# Ignore meta files in ZIP export
+.gitattributes export-ignore
+.gitignore export-ignore
+# Never merge Lockfiles
+package-lock.json -diff linguist-vendored
11
+yarn.lock -diff linguist-vendored
0 commit comments