mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-11 01:28:17 +03:00
2a6564c0a7
This reduces duplication, symlinks, and makes the configurations available by default for the linting tools.
21 lines
389 B
INI
21 lines
389 B
INI
[settings]
|
|
profile=
|
|
|
|
; vertical hanging indent mode also used in black configuration
|
|
multi_line_output = 3
|
|
|
|
; necessary because black expect the trailing comma
|
|
include_trailing_comma = true
|
|
|
|
; black compatibility
|
|
force_grid_wrap = 0
|
|
|
|
; black compatibility
|
|
use_parentheses = True
|
|
|
|
; black compatibility
|
|
ensure_newline_before_comments = True
|
|
|
|
; we chose 120 as line length
|
|
line_length = 120
|