monaco-editor/test/samples/sample.ini.txt

16 lines
295 B
Plaintext
Raw Normal View History

2016-06-10 01:25:58 +08:00
# Example of a .gitconfig file
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
# Defines the master branch
[branch "master"]
remote = origin
merge = refs/heads/master