mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
11 lines
168 B
TOML
11 lines
168 B
TOML
exclude = [
|
|
]
|
|
indent-width = 2
|
|
|
|
[format]
|
|
indent-style = "tab"
|
|
quote-style = "single"
|
|
line-ending = "lf"
|
|
|
|
skip-magic-trailing-comma = false
|
|
docstring-code-format = true
|