blob: 0c40907c572a10d2344333119b6edd0ca7f26260 [file] [log] [blame]
Stella Laurenzo4ca3b082023-09-25 11:12:44 -07001# Copyright 2019 The IREE Authors
2#
3# Licensed under the Apache License v2.0 with LLVM Exceptions.
4# See https://llvm.org/LICENSE.txt for license information.
5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
7# IREE's runtime follows Google style while its compiler follows mostly LLVM
8# style (for naming/etc.) but using Google formatting.
9BasedOnStyle: Google