blob: 4e0c80f3410dafcfbef2df7a3ff48c1247432c4a [file] [log] [blame]
nick@chromium.org3ac1c4e2014-01-16 02:44:42 +00001@echo off
2:: Copyright 2014 The Chromium Authors. All rights reserved.
3:: Use of this source code is governed by a BSD-style license that can be
4:: found in the LICENSE file.
scottmg@chromium.org28974af2014-02-26 04:07:29 +00005setlocal
nick@chromium.org3ac1c4e2014-01-16 02:44:42 +00006
Dan Jacques74809c12017-06-01 13:54:57 -07007:: Ensure that "depot_tools" is somewhere in PATH so this tool can be used
8:: standalone, but allow other PATH manipulations to take priority.
9set PATH=%PATH%;%~dp0
10
nick@chromium.org3ac1c4e2014-01-16 02:44:42 +000011:: Defer control.
Josip Sokcevic39120912021-07-20 18:35:42 +000012python3 "%~dp0\clang_format.py" %*