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+ # http://editorconfig.org
2+
3+ root = true
4+
5+ [* ]
6+ end_of_line = lf
7+ charset = utf-8
8+ trim_trailing_whitespace = true
9+ insert_final_newline = false
10+ indent_style = tab
11+ indent_size = 4
12+ tab_width = 4
13+
14+ [* .yml ]
15+ indent_style = space
16+ indent_size = 2
17+
18+ [* .{md,markdown} ]
19+ trim_trailing_whitespace = false
20+ insert_final_newline = false
Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
3+
4+ # Custom for Visual Studio
5+ * .cs diff =csharp
6+ * .sln merge =union
7+ * .csproj merge =union
8+ * .vbproj merge =union
9+ * .fsproj merge =union
10+ * .dbproj merge =union
11+
12+ # Standard to msysgit
13+ * .doc diff =astextplain
14+ * .DOC diff =astextplain
15+ * .docx diff =astextplain
16+ * .DOCX diff =astextplain
17+ * .dot diff =astextplain
18+ * .DOT diff =astextplain
19+ * .pdf diff =astextplain
20+ * .PDF diff =astextplain
21+ * .rtf diff =astextplain
22+ * .RTF diff =astextplain
Original file line number Diff line number Diff line change 1+ {
2+ "line-length" : false ,
3+ "single-h1" : false ,
4+ "no-hard-tabs" : false ,
5+ "fenced-code-language" : false ,
6+ "no-bare-urls" : false ,
7+ "first-line-h1" : false ,
8+ "no-multiple-blanks" : {
9+ "maximum" : 2
10+ },
11+ "no-duplicate-header" : {
12+ "siblings_only" : true
13+ },
14+ "no-duplicate-heading" : false ,
15+ "no-inline-html" : false
16+ }
You can’t perform that action at this time.
0 commit comments