language-resources/.editorconfig

28 lines
466 B
INI
Raw Normal View History

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
[*]
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