blob: c3bb53bc4466d1abf4d42f0387eaa48047ee4220 [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 Jacques2f5f0b72017-05-29 09:33:48 -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.
Dan Jacques2f5f0b72017-05-29 09:33:48 -070012python "%~dp0\clang_format.py" %*