mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
.editorconfig: add .cff under Y(A)ML because GitHub doc
This commit is contained in:
parent
ff524fec97
commit
74a72aab0b
@ -61,8 +61,9 @@ trim_trailing_whitespace = false
|
||||
[*.{reg,bat,ahk}]
|
||||
end_of_line = crlf
|
||||
|
||||
# YAML requires spaces
|
||||
[*.{yaml,yml}]
|
||||
# YAML requires spaces. The GitHub citation files look YAML to me.
|
||||
# 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_size = 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user