We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
format.sh
--check
The text was updated successfully, but these errors were encountered:
@cbeauchesne just to be sure, what's the difference between automatically sorting entries and format file?
Sorry, something went wrong.
Format is about using tab/space, size of tabulation, using quotes/double quotes ... Sort is only the fact that list items and dicts keys are sorted.
Both could be seen as "formatting", but they will probably be addressed by different tools. Though, if a tool can do both, that's perfect.
No branches or pull requests
format.sh
if the option--check
is not set. Fail otherwise if the file would have been sortedformat.sh
if the option--check
is not set. Fail otherwise if the file would have been reformattedThe text was updated successfully, but these errors were encountered: