• Léo Cavaillé's avatar
    Add new hook pretty-format-json · 55bf22dc
    Léo Cavaillé 创作于
    This new hook allows to standardize one's JSON files (sorted key/4
    spaces indent).
    By default it just fails if any file is not complying with the standard,
    but you can also pass the arg `--autofix` and the hook will
    pretty-format the file itself.
    
    Good in use combined with the `check-json` hook.
    55bf22dc