mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 21:53:41 +00:00
feat(python): add ruff linter and formatter configuration
This commit is contained in:
@@ -8,6 +8,10 @@ indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
max_line_length = 120
|
||||
|
||||
[*.fish]
|
||||
max_line_length = 120
|
||||
|
||||
|
||||
Reference in New Issue
Block a user