Skip to content

Set max_line_length attribute in .editorconfig

Pedro Pombeiro requested to merge pedropombeiro/editor-config-max-line-length into main

This MR set max_line_length attribute in .editorconfig to match the line limit being enforced by golangci-lint. This allows editors like Vim to display a column helping to detect cases while editing.

Edited by Pedro Pombeiro

Merge request reports