File: .editorconfig

package info (click to toggle)
python-syrupy 4.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,368 kB
  • sloc: python: 5,978; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[*.py]
# isort configuration
line_length=79
lines_after_imports=2
multi_line_output=3
force_grid_wrap=true
use_parentheses=true
include_trailing_comma=true
not_skip=__init__.py