Skip to content

Commit c5ee80c

Browse files
rkuesterveblush
andauthored
chore(editorconfig): add max_line_length for python files (#3225)
Set max_line_length to 79 for Python files to match PEP 8 and the project's yapf configuration. Co-authored-by: Esun Kim <[email protected]>
1 parent d96fe66 commit c5ee80c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ indent_size = 2
1919
# https://google.github.io/styleguide/pyguide.html but 2-space indent
2020
indent_style = space
2121
indent_size = 2
22+
max_line_length = 79
2223

2324
[WORKSPACE,BUILD,*.bzl]
2425
# https://bazel.build/build/style-guide

0 commit comments

Comments
 (0)