-
-
Save geksilla/2094481ddb7af86fa865 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name|Default|Type|Title|Description | |
-|-|-|-|- | |
`atomatigit.debug`|false|__boolean__|Debug|Toggle debugging tools | |
`atomatigit.pre_commit_hook`||__string__|Pre Commit Hook|Command to run for the pre commit hook | |
`atomatigit.show_on_startup`|false|__boolean__|Show on Startup|Check this if you want atomatigit to show up when Atom is loaded | |
`atomatigit.display_commit_comparisons`|true|__boolean__|Display Commit Comparisons|Display how many commits ahead/behind your branches are | |
`blame.gutterFormat`|{hash} {date} {author}|__string__|Format (gutter)|Placeholders: `{hash}`, `{date}` and `{author}.` | |
`blame.dateFormat`|YYYY-MM-DD|__string__|Format (date)|Placeholders: `YYYY` (year), `MM` (month), `DD` (day), `HH` (hours), `mm` (minutes).<br>See [momentjs documentation](http://momentjs.com/docs/) for mor information. | |
`blame.defaultWidth`|250|__integer__|Default width (px)|null | |
`merge-conflicts.gitPath`||__string__|null|Absolute path to your git executable. | |
`git-history.showDiff`|true|__boolean__|null|null | |
`git-history.maxCommits`|100|__integer__|null|null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment