File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ trim_trailing_whitespace = true
10
10
end_of_line = lf
11
11
charset = utf-8
12
12
13
- [* .py ]
14
- max_line_length = 78
13
+ [{ * .py,SConstruct,SConscript} ]
14
+ max_line_length = 88
15
15
ensure_newline_before_comments = true
16
16
include_trailing_comma = true
17
17
use_parentheses = true
18
18
19
- [* .xml ]
19
+ [* .{ xml,yml,yaml} ]
20
20
indent_size = 2
21
21
22
22
[* .rst ]
23
23
indent_size = 3
24
24
25
- [* .bat ]
25
+ [* .{ bat,cmd,ps1} ]
26
26
end_of_line = crlf
Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
2
+ * .bat eol =crlf
3
+ * .cmd eol =crlf
4
+ * .ps1 eol =crlf
5
+
1
6
doc /* linguist-documentation
2
7
SCons /Tool /docbook /docbook-xsl-1.76.1 linguist-vendored
3
8
* .xml linguist-documentation
4
9
* .xsl linguist-documentation
5
10
* .gen linguist-documentation
6
-
7
- * .in eol =lf
You can’t perform that action at this time.
0 commit comments