logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 5da5b179d5508aeb2d627fd2b548c772b16346c4
parent a0bce36aa12fecdccfcbed993c432168ffdc11b3
Author: QMK Bot <hello@qmk.fm>
Date:   Sat, 21 Sep 2024 18:49:05 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

M.editorconfig3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig @@ -11,7 +11,8 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[{*.yaml,*.yml}] # To match GitHub Actions formatting + # To match GitHub Actions formatting +[*.{yaml,yml}] indent_size = 2 [*.md]