Skip to content

Commit b994cbe

Browse files
committed
EditorConfig settings for the project.
1 parent 23f5c16 commit b994cbe

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

tests/resources/hatchling-whl/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ requires-python = ">=3.7"
1010
license = "MIT"
1111
keywords = []
1212
authors = [
13-
{ name = "Jonh Doe", email = "[email protected]" },
13+
{ name = "Jonh Doe", email = "[email protected]" },
1414
]
1515
dependencies = []
1616

1717
[tool.hatch.version]
1818
path = "src/hatchling_whl/__about__.py"
19-

0 commit comments

Comments
 (0)