Prettify json files output on git diff.
Use git diff -U50 to increase the number of lines that git shows for each file (context).
References:
| *.json diff=json |
| [core] | |
| attributesfile = ~/.gitattributes | |
| [diff "json"] | |
| textconv = python -m json.tool |
Prettify json files output on git diff.
Use git diff -U50 to increase the number of lines that git shows for each file (context).
References:
References:
What is json.tool for those of us that don't speak python?
Use
git diff -U50to increase the number of lines that git shows for each file (context).