We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ff8eb commit 7c99cbaCopy full SHA for 7c99cba
.editorconfig
@@ -12,3 +12,11 @@ indent_size = 4
12
13
[*.md]
14
trim_trailing_whitespace = false
15
+
16
+[*.png]
17
+trim_trailing_whitespace = false
18
+insert_final_newline = false
19
20
+[*.jpg]
21
22
.gitattributes
@@ -2,6 +2,8 @@
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
# Auto detect text files and perform LF normalization
4
* text eol=lf
5
+*.png binary
6
+*.jpg binary
7
# Ignore all test and documentation with "export-ignore".
8
/.editorconfig export-ignore
9
/.gitattributes export-ignore
0 commit comments