Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script for formatting/sorting YAML files #1237

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    7455e3a View commit details
    Browse the repository at this point in the history
  2. Print diffstat when sorting

    garyhtou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a7994e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c7141 View commit details
    Browse the repository at this point in the history
  4. Run bin/format

    ```
    Formatting hackclub.com.yaml
     hackclub.com.yaml |  512 +++++++++++++++++++++++++------------------------------
     1 file changed, 242 insertions(+), 270 deletions(-)
    
    Formatting hackclub.org.yaml
     hackclub.org.yaml |   43 +++++++++++++++++++++----------------------
     1 file changed, 21 insertions(+), 22 deletions(-)
    
    Formatting hackclub.io.yaml
     hackclub.io.yaml |   44 ++++++++++++++++++++++----------------------
     1 file changed, 22 insertions(+), 22 deletions(-)
    
    Formatting hackedu.us.yaml
     hackedu.us.yaml |   36 ++++++++++++++++++------------------
     1 file changed, 18 insertions(+), 18 deletions(-)
    
    Formatting hack.af.yaml
     hack.af.yaml |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    Formatting bulckcah.com.yaml
     bulckcah.com.yaml |    6 +++---
     1 file changed, 3 insertions(+), 3 deletions(-)
    
    Formatting dino.icu.yaml
     dino.icu.yaml |  378 +++++++++++++++++++++++------------------------------------
     1 file changed, 151 insertions(+), 227 deletions(-)
    
    Formatting dinosaurbbq.org.yaml
     dinosaurbbq.org.yaml |    6 +++---
     1 file changed, 3 insertions(+), 3 deletions(-)
    
    Formatting hack.club.yaml
    
    Formatting hackclub.app.yaml
     hackclub.app.yaml |   64 +++++++++++++++++++++++++++----------------------------
     1 file changed, 32 insertions(+), 32 deletions(-)
    
    Formatting hackfoundation.org.yaml
     hackfoundation.org.yaml |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    Formatting wackclub.com.yaml
     wackclub.com.yaml |    4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    Formatting bank.engineering.yaml
     bank.engineering.yaml |  102 +++++++++++++++++++++++++--------------------------
     1 file changed, 51 insertions(+), 51 deletions(-)
    
    Formatting scrap.dev.yaml
     scrap.dev.yaml |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    Formatting scrapbook.dev.yaml
     scrapbook.dev.yaml |    4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    Formatting cpu.land.yaml
     cpu.land.yaml |   27 +++++++++++++--------------
     1 file changed, 13 insertions(+), 14 deletions(-)
    
    Formatting aisafety.dance.yaml
     aisafety.dance.yaml |   13 ++++++-------
     1 file changed, 6 insertions(+), 7 deletions(-)
    
    Formatting nonprofit.new.yaml
    ```
    garyhtou committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    830716e View commit details
    Browse the repository at this point in the history