.gitmodules 523 B

12345678910111213
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. [submodule "third_party/examples/brotli/original"]
  5. path = third_party/examples/brotli/original
  6. url = https://github.com/google/brotli
  7. shallow = true
  8. [submodule "third_party/examples/woff2/original"]
  9. path = third_party/examples/woff2/original
  10. url = https://github.com/google/woff2
  11. shallow = true
  12. fetchRecurseSubmodules = false