From 74a72aab0b7ae9f52d5c622ef0c554b6a6481446 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 10:06:20 +0200 Subject: [PATCH] .editorconfig: add .cff under Y(A)ML because GitHub doc --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c228180c..ea71deee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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