22 lines
404 B
INI
22 lines
404 B
INI
# SPDX-License-Identifier: CC0-1.0
|
|
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
|
|
# SPDX-FileCopyrightText: 2021 Sumner Evans <me@sumnerevans.com>
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = spaces
|
|
insert_final_newline = true
|
|
trim_trailing_whilespace = true
|
|
|
|
[README]
|
|
indent_style = tabs
|
|
max_line_length = 70
|
|
|
|
[*.rs]
|
|
indent_size = 4
|
|
indent_style = spaces
|