[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/dlang-community/D-Scanner.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "containers"]
	active = true
	url = https://github.com/dlang-community/containers.git
[submodule "d-test-utils"]
	active = true
	url = https://github.com/dlang-community/d-test-utils.git
[submodule "dsymbol"]
	active = true
	url = https://github.com/dlang-community/dsymbol.git
[submodule "inifiled"]
	active = true
	url = https://github.com/burner/inifiled.git
[submodule "libddoc"]
	active = true
	url = https://github.com/dlang-community/libddoc.git
[submodule "libdparse"]
	active = true
	url = https://github.com/dlang-community/libdparse.git
[submodule "stdx-allocator"]
	active = true
	url = https://github.com/dlang-community/stdx-allocator.git
