Commit d59982a1 authored by maruel@chromium.org's avatar maruel@chromium.org

Treat .txt files as 'source' files (to enforce LF and line length)

Review URL: http://codereview.chromium.org/174210


git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@24100 0039d316-1c4b-4281-b951-d872f2087c98
parent dc54601f
......@@ -155,7 +155,7 @@ class InputApi(object):
# No extension at all
r"(^|.*[\\\/])[^.]+$",
# Other
r".*\.java", r".*\.mk", r".*\.am",
r".*\.java", r".*\.mk", r".*\.am", r".*\.txt",
)
# Path regexp that should be excluded from being considered containing source
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment