Skip to content

Commit 479aad3

Browse files
authored
Update TOML file indentation in .editorconfig (#998)
Cirq is using 4 space indentation in `pyproject.toml`. Let's follow suit, to make things simpler.
1 parent 549bab5 commit 479aad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ max_line_length = 88
5555
indent_size = 4
5656

5757
[*.toml]
58-
indent_size = 2
58+
indent_size = 4
5959

6060
[{*.yaml,*.yml,*.cff}]
6161
indent_size = 2

0 commit comments

Comments
 (0)