Skip to content

Commit f778bef

Browse files
make indentation consistent in toml
1 parent 0d816ea commit f778bef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ indent_size = 4
1616
line_length = 120
1717
multi_line_output = 3
1818

19-
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,ts,tsx,yml,yaml}]
19+
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,toml,ts,tsx,yml,yaml}]
2020
indent_size = 2
2121

2222
[*.md]

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "maturin"
44

55
[dependency-groups]
66
dev = [
7-
"bumpver>=2024.1130",
8-
"cogapp>=3.4.1",
9-
"django-stubs>=5.1.1",
10-
"maturin>=1.7.8",
11-
"ruff>=0.8.2",
7+
"bumpver>=2024.1130",
8+
"cogapp>=3.4.1",
9+
"django-stubs>=5.1.1",
10+
"maturin>=1.7.8",
11+
"ruff>=0.8.2",
1212
]
1313
docs = [
14-
"mkdocs-material>=9.5.49",
14+
"mkdocs-material>=9.5.49",
1515
]
1616

1717
[project]
@@ -20,7 +20,7 @@ version = "5.2.0a0"
2020
description = "A language server for the Django web framework"
2121
readme = "README.md"
2222
authors = [
23-
{ name = "Josh Thomas", email = "[email protected]" }
23+
{ name = "Josh Thomas", email = "[email protected]" }
2424
]
2525
requires-python = ">=3.9"
2626
classifiers = [
@@ -86,19 +86,19 @@ version_pattern = "MAJOR.MINOR.PATCH[-TAG[.NUM]]"
8686

8787
[tool.bumpver.file_patterns]
8888
"crates/djls/Cargo.toml" = [
89-
'version = "{version}"',
89+
'version = "{version}"',
9090
]
9191
"pyproject.toml" = [
92-
'version = "{pep440_version}"',
93-
'current_version = "{version}"',
92+
'version = "{pep440_version}"',
93+
'current_version = "{version}"',
9494
]
9595

9696
[tool.maturin]
9797
manifest-path = "crates/djls/Cargo.toml"
9898
strip = true
9999
include = [
100-
{ path = "LICENSE", format = "sdist" },
101-
{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] },
100+
{ path = "LICENSE", format = "sdist" },
101+
{ path = "rust-toolchain.toml", format = ["sdist", "wheel"] },
102102
]
103103

104104
[tool.ruff]

0 commit comments

Comments
 (0)