aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: a1d0be09b3cf40de459704cbcdd017876cb9a4fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
# SPDX-FileCopyrightText: 2024 Harald Eilertsen
#
# SPDX-License-Identifier: CC0-1.0

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf8
trim_trailing_whitespace = true
insert_final_newline = true