.editorconfig: set max_line_length for README

This commit is contained in:
Sumner Evans 2021-05-22 11:20:45 +00:00 committed by Alyssa Ross
parent 5f49502f7e
commit af337a05c3
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -1,5 +1,6 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
# SPDX-FileCopyrightText: 2021 Sumner Evans <me@sumnerevans.com>
root = true
@ -13,6 +14,7 @@ trim_trailing_whilespace = true
[README]
indent_style = tabs
max_line_length = 70
[*.rs]
indent_size = 4