From af337a05c3bb073049dde5aa23eac89e9205031b Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Sat, 22 May 2021 11:20:45 +0000 Subject: .editorconfig: set max_line_length for README --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index e24f4d2..474e20c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: 2021 Alyssa Ross +# SPDX-FileCopyrightText: 2021 Sumner Evans root = true @@ -13,6 +14,7 @@ trim_trailing_whilespace = true [README] indent_style = tabs +max_line_length = 70 [*.rs] indent_size = 4 -- cgit 1.4.1