feat: increase whitespace tolerance
1 files changed, 1 insertions(+), 1 deletions(-) M init.el
M init.el => init.el +1 -1
@@ 119,7 119,7 @@ ((before-save . whitespace-cleanup) ((prog-mode text-mode) . whitespace-mode)) :config (setq whitespace-line-column 80) ;; limit line length (setq whitespace-line-column 140) ;; limit line length (setq whitespace-style '(face tabs empty trailing lines-tail))) ;; Default editing configs