Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: Tools/Scripts/webkitpy/formatter/__main__.py

Issue 546613003: Add a new 'format-webkitpy' command that will reformat code to the style guide. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove hack from test/main.py Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import sys
6
7 from webkitpy.formatter.main import main
8
9
10 if __name__ == '__main__':
11 sys.exit(main())
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/formatter/__init__.py ('k') | Tools/Scripts/webkitpy/formatter/fix_double_quote_strings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698