about summary refs log tree commit diff
path: root/.editorconfig
blob: e24f4d231812e7553e8e1a1387728167ad05f027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>

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

[*.rs]
indent_size = 4
indent_style = spaces