소스 검색

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 1 년 전
committed by GitHub
부모
커밋
739adf1551
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      .editorconfig
  2. +1
    -0
      changelog.d/13228.misc

+ 1
- 0
.editorconfig 파일 보기

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

+ 1
- 0
changelog.d/13228.misc 파일 보기

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

불러오는 중...
취소
저장