Add a qmk format-json command that will format JSON files (#12372)

* Add a command to format json files

* change to work after rebase

* add test for qmk format-json

* add documentation for qmk format-json

* Update lib/python/qmk/cli/format/json.py
This commit is contained in:
Zach White 2021-03-25 04:38:10 -07:00 committed by GitHub
parent a74846a0db
commit 3e60997edb
Failed to generate hash of commit
15 changed files with 319 additions and 107 deletions

View file

@ -16,6 +16,7 @@ from . import docs
from . import doctor
from . import fileformat
from . import flash
from . import format
from . import generate
from . import hello
from . import info