.editorconfig: set max_line_length for README
This commit is contained in:
parent
5f49502f7e
commit
af337a05c3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue