.editorconfig: add .cff under Y(A)ML because GitHub doc

This commit is contained in:
Aminda Suomalainen 2023-02-14 10:06:20 +02:00
parent ff524fec97
commit 74a72aab0b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -61,8 +61,9 @@ trim_trailing_whitespace = false
[*.{reg,bat,ahk}] [*.{reg,bat,ahk}]
end_of_line = crlf end_of_line = crlf
# YAML requires spaces # YAML requires spaces. The GitHub citation files look YAML to me.
[*.{yaml,yml}] # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
[*.{cff,yaml,yml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2