File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # Set default behavior to automatically normalize line endings
2+ * text =auto eol =lf
3+
4+ # Explicitly declare text files you want to always be normalized and converted
5+ # to native line endings on checkout
6+ * .ts text eol =lf
7+ * .tsx text eol =lf
8+ * .js text eol =lf
9+ * .jsx text eol =lf
10+ * .json text eol =lf
11+ * .md text eol =lf
12+ * .yml text eol =lf
13+ * .yaml text eol =lf
14+ * .toml text eol =lf
15+ * .css text eol =lf
16+ * .scss text eol =lf
17+ * .sh text eol =lf
18+ * .bash text eol =lf
19+ Dockerfile * text eol =lf
20+ .dockerignore text eol =lf
21+ .gitignore text eol =lf
22+ .gitattributes text eol =lf
23+
24+ # Denote all files that are truly binary and should not be modified
25+ * .png binary
26+ * .jpg binary
27+ * .jpeg binary
28+ * .gif binary
29+ * .ico binary
30+ * .woff binary
31+ * .woff2 binary
32+ * .ttf binary
33+ * .eot binary
34+ * .pdf binary
You can’t perform that action at this time.
0 commit comments