File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # (260404Ch) Align Git line ending normalization with the Windows/Visual Studio workflow used in this repository.
2+ * text =auto
3+
4+ # (260404Ch) Keep repository metadata text files on CRLF as well.
5+ /.gitattributes text eol =crlf
6+ /.gitignore text eol =crlf
7+
8+ # (260404Ch) Keep Visual Studio solutions, projects, and source assets on CRLF.
9+ * .sln text eol =crlf
10+ * .cs text eol =crlf
11+ * .csproj text eol =crlf
12+ * .vcxproj text eol =crlf
13+ * .vcxproj.filters text eol =crlf
14+ * .props text eol =crlf
15+ * .targets text eol =crlf
16+ * .resx text eol =crlf
17+ * .xml text eol =crlf
18+ * .xsc text eol =crlf
19+ * .xsd text eol =crlf
20+ * .xss text eol =crlf
21+ * .settings text eol =crlf
22+ * .pubxml text eol =crlf
23+ * .config text eol =crlf
24+ * .json text eol =crlf
25+ * .md text eol =crlf
26+ * .txt text eol =crlf
27+ * .yml text eol =crlf
28+ * .yaml text eol =crlf
29+ * .editorconfig text eol =crlf
30+ * .rc text eol =crlf
31+ * .c text eol =crlf
32+ * .cpp text eol =crlf
33+ * .h text eol =crlf
34+ * .hpp text eol =crlf
35+ * .inl text eol =crlf
36+ * .bat text eol =crlf
37+ * .cmd text eol =crlf
38+ * .ps1 text eol =crlf
39+
40+ # (260404Ch) Keep cross-platform scripts on LF.
41+ * .py text eol =lf
42+ * .sh text eol =lf
You can’t perform that action at this time.
0 commit comments