{
  "core.repositoryformatversion": [
    "0"
  ],
  "core.filemode": [
    "true"
  ],
  "filter.lfs.smudge": [
    "git-lfs smudge --skip -- %f"
  ],
  "filter.lfs.process": [
    "git-lfs filter-process --skip"
  ],
  "remote.rocm-devtools.url": [
    "https://github.com/ROCm-Developer-Tools/HIP-Examples"
  ],
  "remote.rocm-devtools.projectname": [
    "HIP-Examples"
  ],
  "remote.rocm-devtools.fetch": [
    "+refs/heads/*:refs/remotes/rocm-devtools/*"
  ],
  "gc.autodetach": [
    "false"
  ]
}