blob: ff0f03d1088ddecaa5ef38f643f0c8d35f281302 [file] [log] [blame]
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07001# Copyright 2019 The IREE Authors
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08002#
Geoffrey Martin-Noble552d3f82021-05-25 17:56:09 -07003# 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
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08006
Jakub Kuderski3b652d42023-06-23 20:51:35 -04007# IREE's runtime follows Google style while its compiler follows the
8# LLVM/MLIR variable naming and formatting style.
Ben Vanik1bf58312019-09-19 15:22:30 -07009BasedOnStyle: Google
Scott Todd62efaee2024-05-31 13:33:55 -070010
11---
12Language: Json
13DisableFormat: true