Parcourir la source

editorconfig: add max_line_length for Python files (#13228)

See the documentation for the property here:
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length

Signed-off-by: Sumner Evans <me@sumnerevans.com>
tags/v1.63.0rc1
Sumner Evans il y a 1 an
committed by GitHub
Parent
révision
739adf1551
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +1
    -0
      .editorconfig
  2. +1
    -0
      changelog.d/13228.misc

+ 1
- 0
.editorconfig Voir le fichier

@@ -7,3 +7,4 @@ root = true
[*.py]
indent_style = space
indent_size = 4
max_line_length = 88

+ 1
- 0
changelog.d/13228.misc Voir le fichier

@@ -0,0 +1 @@
Add `max_line_length` setting for Python files to the `.editorconfig`. Contributed by @sumnerevans @ Beeper.

Chargement…
Annuler
Enregistrer