Skip to content

Instantly share code, notes, and snippets.

@geksilla
Created December 24, 2015 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geksilla/2094481ddb7af86fa865 to your computer and use it in GitHub Desktop.
Save geksilla/2094481ddb7af86fa865 to your computer and use it in GitHub Desktop.
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