Skip to content

Commit c48b1cd

Browse files
Update .editorconfig to 80 column limit in *.toml
1 parent 0819a56 commit c48b1cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ indent_style = space
3232
[*.toml]
3333
indent_size = 4
3434
indent_style = space
35-
max_line_length = 79
35+
max_line_length = 80
3636

3737
#################
3838
# Documentation #
@@ -48,4 +48,4 @@ max_line_length = 80
4848
# Based on https://devguide.python.org/documentation/markup/
4949
indent_size = 3
5050
indent_style = space
51-
max_line_length = 80
51+
max_line_length = 80

0 commit comments

Comments
 (0)