[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/MaJerle/lwrb
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "develop"]
	remote = origin
	merge = refs/heads/develop
	vscode-merge-base = origin/develop
[submodule "third_party/Unity"]
	url = https://github.com/ThrowTheSwitch/Unity.git
[submodule "third_party/cmake-modules"]
	url = https://github.com/bilke/cmake-modules.git
[submodule "third_party/sanitizers-cmake"]
	url = https://github.com/arsenm/sanitizers-cmake.git
