Skip to content

Instantly share code, notes, and snippets.

@mondwan
mondwan / .gitconfig
Last active February 29, 2016 05:03 — forked from pksunkara/config
# [MUST] Define user information which will be recorded in any newly created commits
[user]
name = Mond Wan
email = mondwan.1015@gmail.com
# [OPTIONAL] Define personal working preferences
[core]
# for window, use true
# for linux, MacOS, use input
autocrlf = input
editor = vim