Bug 1518959 - Don't format Java files by default; r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D16115

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2019-01-10 09:05:54 +00:00
Родитель 796ceb094f
Коммит 946ce15a46
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1647,7 +1647,7 @@ class StaticAnalysis(MachCommandBase):
"""Utilities for running C++ static analysis checks and format."""
# List of file extension to consider (should start with dot)
_format_include_extensions = ('.cpp', '.c', '.cc', '.h', '.java')
_format_include_extensions = ('.cpp', '.c', '.cc', '.h')
# File contaning all paths to exclude from formatting
_format_ignore_file = '.clang-format-ignore'