This file contains hidden or 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
# [MUST] Define user information which will be recorded in any newly created commits | |
[user] | |
name = Mond Wan | |
email = [email protected] | |
# [OPTIONAL] Define personal working preferences | |
[core] | |
# for window, use true | |
# for linux, MacOS, use input | |
autocrlf = input | |
editor = vim |