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+ root = true
2+
3+ [* ]
4+ end_of_line = lf
5+ insert_final_newline = true
6+ trim_trailing_whitespace = true
7+ charset = utf-8
8+
9+ [* .py ]
10+ indent_style = space
11+ indent_size = 4
12+
13+ [* .{yml,yaml} ]
14+ indent_style = space
15+ indent_size = 2
16+
17+ [* .md ]
18+ trim_trailing_whitespace = false
19+
20+ [Makefile ]
21+ indent_style = tab
Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Explicitly declare text files
5+ * .md text diff =markdown
6+ * .txt text
7+ * .csv text
8+ * .yml text
9+ * .yaml text
10+ * .json text
11+ * .xml text
12+ * .html text diff =html
13+ * .css text diff =css
14+
15+ # Denote binary files
16+ * .png binary
17+ * .jpg binary
18+ * .jpeg binary
19+ * .gif binary
20+ * .ico binary
21+ * .pdf binary
22+ * .zip binary
23+ * .gz binary
24+ * .tar binary
You can’t perform that action at this time.
0 commit comments