Skip to content

Commit 37cba99

Browse files
committed
Indent toml with 2 spaces
1 parent e2eb74d commit 37cba99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: {{cookiecutter.project_slug}}/.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trim_trailing_whitespace = true
1212
indent_style = space
1313
indent_size = 4
1414

15-
[*.{html,css,scss,json,yml,xml}]
15+
[*.{html,css,scss,json,yml,xml,toml}]
1616
indent_style = space
1717
indent_size = 2
1818

Diff for: {{cookiecutter.project_slug}}/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ignore = [
135135
# The fixes in extend-unsafe-fixes will require
136136
# provide the `--unsafe-fixes` flag when fixing.
137137
extend-unsafe-fixes = [
138-
"UP038",
138+
"UP038",
139139
]
140140

141141
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)