File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
tests/resources/hatchling-whl Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ # Top-most EditorConfig file.
2+ root = true
3+
4+ # Universal settings.
5+ [* ]
6+ indent_style = space
7+ indent_size = 4
8+ tab_width = 8
9+ end_of_line = lf
10+ charset = utf-8
11+ trim_trailing_whitespace = true
12+ insert_final_newline = true
13+
14+ [Makefile ]
15+ indent_style = tab
16+ indent_size = tab
17+
18+ [* .{json,yml} ]
19+ indent_size = 2
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ requires-python = ">=3.7"
1010license = " MIT"
1111keywords = []
1212authors = [
13- {
name =
" Jonh Doe" ,
email =
" [email protected] " },
13+ {
name =
" Jonh Doe" ,
email =
" [email protected] " },
1414]
1515dependencies = []
1616
1717[tool .hatch .version ]
1818path = " src/hatchling_whl/__about__.py"
19-
You can’t perform that action at this time.
0 commit comments