Skip to content

Instantly share code, notes, and snippets.

@diwa-zz
diwa-zz / gitconfig
Created August 2, 2013 06:38
Sample gitconfig
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
interactive = auto
[color]
ui = true
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
{
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store"