File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ # editorconfig.org
2+
3+ root = true
4+
5+ [* ]
6+ charset = utf-8
7+ end_of_line = lf
8+ indent_size = 4
9+ indent_style = space
10+ insert_final_newline = true
11+ trim_trailing_whitespace = true
12+
13+ [* .md ]
14+ trim_trailing_whitespace = false
15+
16+ [* .yml ]
17+ charset = utf-8
18+ end_of_line = lf
19+ indent_size = 2
20+ indent_style = space
21+ insert_final_newline = false
22+ trim_trailing_whitespace = true
23+
24+ [LICENSE.code.txt ]
25+ charset = utf-8
26+ end_of_line = lf
27+ indent_size = 3
28+ indent_style = space
29+ insert_final_newline = false
30+ trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 1- theme : jekyll-theme-slate
1+ theme : jekyll-theme-slate
2+ title : Simpleworklist
3+ description : Todo List for Getting Things Done
4+ google_analytics : UA-17174370-7
You can’t perform that action at this time.
0 commit comments