This makes the default Emacs indentation compatible with the ruff style so that
no extra indentation is added for function arguments.
((python-mode . ((indent-tabs-mode . nil)
(tab-width . 4)
- (fill-column . 109)))
+ (fill-column . 109)
+ (python-indent-def-block-scale . 1)))
(python-ts-mode . ((indent-tabs-mode . nil)
(tab-width . 4)
- (fill-column . 109)))
+ (fill-column . 109)
+ (python-indent-def-block-scale . 1)))
(sh-mode . ((sh-basic-offset . 4)
(sh-indentation . 4)))
(markdown-mode . ((fill-column . 109)))