File tree Expand file tree Collapse file tree 1 file changed +35
-12
lines changed Expand file tree Collapse file tree 1 file changed +35
-12
lines changed Original file line number Diff line number Diff line change 33
44# Explicitly declare text files you want to always be normalized and converted
55# to native line endings on checkout.
6- * .c text
7- * .cpp text
8- * .h text
9- * .s text
10- * .S text
11- * .ld text
12- * .txt text
13- * .xml text
14- * .py text
15- * .md text
16- * .json text
6+ .astyleignore text eol =lf
7+ .astylerc text eol =lf
8+ .editorconfig text eol =lf
9+ .flake8 text eol =lf
10+ .gitattributes text eol =lf
11+ .gitignore text eol =lf
12+
13+ * .adoc text eol =lf
14+ * .c text eol =lf
15+ * .cmake text eol =lf
16+ * .cpp text eol =lf
17+ * .css text eol =lf
18+ * .dtsi text eol =lf
19+ * .gv text eol =lf
20+ * .h text eol =lf
21+ * .html text eol =lf
22+ * .in text eol =lf
23+ * .ino text eol =lf
24+ * .json text eol =lf
25+ * .ld text eol =lf
26+ * .md text eol =lf
27+ * .MD text eol =lf
28+ * .old text eol =lf
29+ * .pde text eol =lf
30+ * .properties text eol =lf
31+ * .py text eol =lf
32+ * .s text eol =lf
33+ * .S text eol =lf
34+ * .sh text eol =lf
35+ * .spec text eol =lf
36+ * .txt text eol =lf
37+ * .yml text eol =lf
1738
1839# Denote all files that are truly binary and should not be modified.
19- * .png binary
2040* .jpg binary
41+ * .pdf binary
42+ * .png binary
43+
You can’t perform that action at this time.
0 commit comments