diff options
| author | Sanyam Khurana <sanyam.khurana01@gmail.com> | 2022-11-26 16:34:12 +0530 |
|---|---|---|
| committer | Paolo Melchiorre <paolo@melchiorre.org> | 2022-11-30 12:54:36 +0100 |
| commit | 5c1f9c41c43efa2b5adab89e873b846996caf67b (patch) | |
| tree | 46b79d09e1e630fc499cad7c3612a421c8d79b87 /.editorconfig | |
| parent | 3045b338de791118962df4db370411247413eca6 (diff) | |
Refs #1184 -- Adjusted config files for Black.
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 31ab740f..6bdd1c39 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ insert_final_newline = true indent_style = space indent_size = 4 +[*.py] +max_line_length = 88 + [*.{html,json}] indent_style = space indent_size = 2 |
