[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/sdsl-rs/sdsl-c-template
	fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
	auto = 0
[http "https://github.com/"]
	extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0d0OGZ3Y0oyN1RWaEtZWkt1TlBxR1RaYlBuUkVhaDM0Q3Q0Zg==
[submodule "lib/sdsl-lite"]
	active = true
	url = https://github.com/sdsl-rs/sdsl-lite.git
