about summary refs log tree commit diff
path: root/.editorconfig
blob: 49f3188fff84cd9d5bb037b6a2ed9bf2a1c87651 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: 2019 Alyssa Ross <hi@alyssa.is>
# SPDX-License-Identifier: CC0-1.0

root = true

[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true