qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 6a536d5588b17687d34c30b598945b855d2c1a35
parent 4665d9c405dfe00aec5abb0bb0acbe4b0400bfdf
Author: pancho horrillo <pancho@pancho.name>
Date:   Sat, 21 Sep 2024 20:48:31 +0200

`.editorconfig`: fix inline comment, tidy name section for yaml (#24416)


Diffstat:
M.editorconfig | 3++-
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]