build: Line length default

This commit is contained in:
2026-04-02 00:20:09 +02:00
parent 1e85dd224a
commit 98fbba03cb
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
generate-template))
(define default-config
'((line-length . 80)
'((line-length . 118)
(indent . 2)
(max-blank-lines . 2)
(enable . ())
@@ -71,7 +71,7 @@
(if (null? default) #f (car default)))))
(define (config-line-length config)
(or (config-ref config 'line-length) 80))
(or (config-ref config 'line-length) 118))
(define (config-indent-width config)
(or (config-ref config 'indent) 2))

View File

@@ -32,7 +32,7 @@
;;; line-length — line exceeds maximum width
(define (config-max-line-length config)
(or (assq-ref config 'line-length) 80))
(or (assq-ref config 'line-length) 118))
(register-rule!
(make-rule