2023-05-09 11:05:05 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2023-02-17 14:02:08 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2023-05-09 10:52:17 +02:00
|
|
|
end_of_line = lf
|
2023-02-17 14:02:08 +01:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = tab
|
|
|
|
|
|
|
|
[*.{markdown,md}]
|
|
|
|
trim_trailing_whitespace = false
|
2023-05-09 10:58:31 +02:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2023-02-17 14:02:08 +01:00
|
|
|
|
|
|
|
[*.{tsv,tab}]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = tab
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[*.{cff,yaml,yml}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|