diff --git a/.editorconfig b/.editorconfig index 1f39b72e..f316f5ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 trim_trailing_whitespace = false +max_line_length = 80 [*.{js,json,nix,yml,yaml,toml}] indent_style = space