2017-08-30 19:53:35 +03:00
|
|
|
# Uses the LLVM coding style
|
2017-10-30 20:36:28 +03:00
|
|
|
build/clang-plugin/.*
|
2017-08-30 19:53:35 +03:00
|
|
|
# The two templates cannot be formatted
|
2017-10-30 20:36:28 +03:00
|
|
|
config/gcc-stl-wrapper.template.h
|
|
|
|
config/msvc-stl-wrapper.template.h
|
2018-10-12 19:16:01 +03:00
|
|
|
# Generated code
|
2019-10-11 23:05:43 +03:00
|
|
|
js/src/builtin/intl/LanguageTagGenerated.cpp
|
2018-10-12 19:16:01 +03:00
|
|
|
js/src/builtin/intl/TimeZoneDataGenerated.h
|
2018-11-09 19:51:01 +03:00
|
|
|
|
2018-11-27 18:18:14 +03:00
|
|
|
# Don't want to reformat irregexp. bug 1510128
|
|
|
|
js/src/irregexp/.*
|
2018-11-28 11:33:44 +03:00
|
|
|
|
2019-04-02 11:44:54 +03:00
|
|
|
# Don't want to reformat zydis (third-party library subject to occasional updates).
|
|
|
|
js/src/zydis/.*
|
|
|
|
|
2018-11-28 11:33:44 +03:00
|
|
|
# Generated by js/src/util/make_unicode.py
|
|
|
|
# Note: the irregexp files are already excluded with the rest of js/src/irregexp
|
|
|
|
# but we add them here in case that ever changes.
|
|
|
|
js/src/irregexp/RegExpCharacters-inl.h
|
|
|
|
js/src/irregexp/RegExpCharacters.cpp
|
2018-11-21 21:30:44 +03:00
|
|
|
js/src/util/Unicode.cpp
|
|
|
|
js/src/util/UnicodeNonBMP.h
|
|
|
|
|
2018-11-09 19:51:01 +03:00
|
|
|
# Ignored because of bug 1506117 & 1342657
|
|
|
|
layout/style/nsCSSAnonBoxList.h
|
|
|
|
layout/style/nsCSSCounterDescList.h
|
|
|
|
layout/style/nsCSSFontDescList.h
|
2018-11-09 16:45:40 +03:00
|
|
|
layout/style/nsCSSKeywordList.h
|
2018-11-09 19:51:01 +03:00
|
|
|
layout/style/nsCSSPseudoElementList.h
|
|
|
|
layout/style/nsCSSVisitedDependentPropList.h
|
|
|
|
layout/style/nsDOMCSSValueList.h
|
|
|
|
layout/style/nsStyleStructList.h
|
|
|
|
|
2018-11-27 13:06:05 +03:00
|
|
|
# Generated by protobuf
|
|
|
|
.*/.*.pb.h
|
|
|
|
.*/.*.pb.cc
|
|
|
|
|
2018-11-27 13:07:13 +03:00
|
|
|
# Autogenerated file
|
2018-11-28 05:04:17 +03:00
|
|
|
gfx/gl/GLConsts.h
|
2018-11-28 10:40:30 +03:00
|
|
|
gfx/webrender_bindings/webrender_ffi_generated.h
|
2019-04-04 12:46:18 +03:00
|
|
|
intl/unicharutil/util/nsSpecialCasingData.cpp
|
2018-11-28 10:40:30 +03:00
|
|
|
intl/unicharutil/util/nsUnicodePropertyData.cpp
|
|
|
|
intl/unicharutil/util/nsUnicodeScriptCodes.h
|
2018-11-27 13:07:13 +03:00
|
|
|
media/mp4parse-rust/mp4parse.h
|
2018-12-10 22:29:50 +03:00
|
|
|
security/manager/ssl/StaticHPKPins.h
|
2018-11-29 11:25:42 +03:00
|
|
|
widget/gtk/wayland/gtk-primary-selection-client-protocol.h
|
|
|
|
widget/gtk/wayland/gtk-primary-selection-protocol.c
|
2018-11-27 13:07:13 +03:00
|
|
|
|
2018-11-30 00:22:51 +03:00
|
|
|
# Ignored because these files are used to generate a windows.h STL wrapper,
|
|
|
|
# and reformatting them can break generating that wrapper.
|
|
|
|
config/windows-h-.*.h
|
|
|
|
|
2018-11-30 14:32:29 +03:00
|
|
|
# Exclude tools/clang-tidy/test from automatic reformatting, since it can
|
|
|
|
# break some of the tests in that directory.
|
|
|
|
tools/clang-tidy/test/.*
|
|
|
|
|
2019-10-01 15:30:47 +03:00
|
|
|
# We are testing the incorrect formatting.
|
|
|
|
tools/lint/test/files/file-whitespace/
|
|
|
|
|
2018-11-29 00:26:43 +03:00
|
|
|
# The XPTCall stubs files have some inline assembly macros
|
|
|
|
# that get reformatted badly. See bug 1510781.
|
|
|
|
xpcom/reflect/xptcall/md/win32/.*
|
|
|
|
xpcom/reflect/xptcall/md/unix/.*
|
|
|
|
|
2016-11-14 17:42:55 +03:00
|
|
|
# Generated from ./tools/rewriting/ThirdPartyPaths.txt
|
2017-10-30 20:36:28 +03:00
|
|
|
# awk '{print ""$1".*"}' ./tools/rewriting/ThirdPartyPaths.txt
|
|
|
|
browser/components/translation/cld2/.*
|
|
|
|
browser/extensions/mortar/ppapi/.*
|
2019-02-13 18:37:08 +03:00
|
|
|
devtools/client/shared/sourceeditor/codemirror/.*
|
2018-11-19 17:41:33 +03:00
|
|
|
dom/canvas/test/webgl-conf/checkout/closure-library/.*
|
|
|
|
dom/media/gmp/rlz/.*
|
2018-08-27 19:25:54 +03:00
|
|
|
dom/media/gmp/widevine-adapter/content_decryption_module.h
|
|
|
|
dom/media/gmp/widevine-adapter/content_decryption_module_export.h
|
|
|
|
dom/media/gmp/widevine-adapter/content_decryption_module_ext.h
|
|
|
|
dom/media/gmp/widevine-adapter/content_decryption_module_proxy.h
|
2018-11-21 00:19:36 +03:00
|
|
|
dom/media/platforms/ffmpeg/ffmpeg57/.*
|
|
|
|
dom/media/platforms/ffmpeg/ffmpeg58/.*
|
2018-11-19 17:41:33 +03:00
|
|
|
dom/media/platforms/ffmpeg/libav53/.*
|
|
|
|
dom/media/platforms/ffmpeg/libav54/.*
|
|
|
|
dom/media/platforms/ffmpeg/libav55/.*
|
|
|
|
dom/media/webspeech/recognition/endpointer.cc
|
|
|
|
dom/media/webspeech/recognition/endpointer.h
|
|
|
|
dom/media/webspeech/recognition/energy_endpointer.cc
|
|
|
|
dom/media/webspeech/recognition/energy_endpointer.h
|
|
|
|
dom/media/webspeech/recognition/energy_endpointer_params.cc
|
|
|
|
dom/media/webspeech/recognition/energy_endpointer_params.h
|
2019-02-17 04:03:40 +03:00
|
|
|
dom/webauthn/cbor-cpp/.*
|
2019-01-21 04:10:44 +03:00
|
|
|
dom/webauthn/winwebauthn/webauthn.h
|
2018-05-25 19:01:11 +03:00
|
|
|
editor/libeditor/tests/browserscope/lib/richtext/.*
|
|
|
|
editor/libeditor/tests/browserscope/lib/richtext2/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
extensions/spellcheck/hunspell/src/.*
|
|
|
|
gfx/angle/.*
|
|
|
|
gfx/cairo/.*
|
|
|
|
gfx/graphite2/.*
|
|
|
|
gfx/harfbuzz/.*
|
|
|
|
gfx/ots/.*
|
|
|
|
gfx/qcms/.*
|
|
|
|
gfx/sfntly/.*
|
|
|
|
gfx/skia/.*
|
2018-10-25 01:22:41 +03:00
|
|
|
gfx/vr/service/openvr/.*
|
2018-11-23 00:47:50 +03:00
|
|
|
gfx/wr/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
gfx/ycbcr/.*
|
|
|
|
intl/hyphenation/hyphen/.*
|
|
|
|
intl/icu/.*
|
2018-11-21 06:11:37 +03:00
|
|
|
ipc/chromium/src/third_party/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
js/src/ctypes/libffi/.*
|
|
|
|
js/src/dtoa.c.*
|
2018-11-24 00:57:50 +03:00
|
|
|
js/src/editline/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
js/src/jit/arm64/vixl/.*
|
2018-03-23 22:38:55 +03:00
|
|
|
js/src/vtune/disable_warnings.h
|
|
|
|
js/src/vtune/ittnotify.h
|
|
|
|
js/src/vtune/ittnotify_config.h
|
|
|
|
js/src/vtune/ittnotify_static.c
|
|
|
|
js/src/vtune/ittnotify_static.h
|
|
|
|
js/src/vtune/ittnotify_types.h
|
|
|
|
js/src/vtune/jitprofiling.c
|
|
|
|
js/src/vtune/jitprofiling.h
|
|
|
|
js/src/vtune/legacy/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
media/ffvpx/.*
|
|
|
|
media/kiss_fft/.*
|
2018-11-27 13:07:13 +03:00
|
|
|
media/libaom/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
media/libcubeb/.*
|
2019-06-28 10:37:58 +03:00
|
|
|
media/libdav1d/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
media/libjpeg/.*
|
|
|
|
media/libmkv/.*
|
|
|
|
media/libnestegg/.*
|
|
|
|
media/libogg/.*
|
|
|
|
media/libopus/.*
|
|
|
|
media/libpng/.*
|
|
|
|
media/libsoundtouch/.*
|
|
|
|
media/libspeex_resampler/.*
|
|
|
|
media/libtheora/.*
|
|
|
|
media/libtremor/.*
|
|
|
|
media/libvorbis/.*
|
|
|
|
media/libvpx/.*
|
2018-11-19 17:57:43 +03:00
|
|
|
media/libwebp/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
media/libyuv/.*
|
|
|
|
media/mtransport/third_party/.*
|
|
|
|
media/openmax_dl/.*
|
2018-11-27 13:07:13 +03:00
|
|
|
media/openmax_il/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
media/webrtc/signaling/src/sdp/sipcc/.*
|
|
|
|
media/webrtc/trunk/.*
|
|
|
|
mfbt/double-conversion/double-conversion/.*
|
2019-10-04 23:44:08 +03:00
|
|
|
mfbt/lz4/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
mobile/android/geckoview/src/thirdparty/.*
|
|
|
|
modules/brotli/.*
|
|
|
|
modules/fdlibm/.*
|
|
|
|
modules/freetype2/.*
|
|
|
|
modules/libbz2/.*
|
|
|
|
modules/pdfium/.*
|
|
|
|
modules/woff2/.*
|
2018-03-13 17:59:21 +03:00
|
|
|
modules/xz-embedded/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
modules/zlib/.*
|
2019-05-29 09:57:28 +03:00
|
|
|
mozglue/misc/decimal/.*
|
2018-11-29 11:25:04 +03:00
|
|
|
netwerk/dns/nsIDNKitInterface.h
|
2017-10-30 20:36:28 +03:00
|
|
|
netwerk/sctp/src/.*
|
|
|
|
netwerk/srtp/src/.*
|
|
|
|
nsprpub/.*
|
|
|
|
other-licenses/.*
|
|
|
|
parser/expat/.*
|
|
|
|
security/nss/.*
|
|
|
|
security/sandbox/chromium/.*
|
2018-11-29 11:25:27 +03:00
|
|
|
security/sandbox/chromium-shim/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
testing/gtest/gmock/.*
|
|
|
|
testing/gtest/gtest/.*
|
|
|
|
testing/talos/talos/tests/dromaeo/.*
|
|
|
|
testing/talos/talos/tests/kraken/.*
|
|
|
|
testing/talos/talos/tests/v8_7/.*
|
2018-09-07 15:08:25 +03:00
|
|
|
testing/web-platform/tests/resources/webidl2/.*
|
2019-04-01 13:25:29 +03:00
|
|
|
testing/web-platform/tests/tools/third_party/.*
|
2019-01-10 21:09:41 +03:00
|
|
|
third_party/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
toolkit/components/jsoncpp/.*
|
|
|
|
toolkit/components/protobuf/.*
|
|
|
|
toolkit/components/url-classifier/chromium/.*
|
|
|
|
toolkit/components/url-classifier/protobuf/.*
|
2018-11-30 10:00:43 +03:00
|
|
|
toolkit/crashreporter/breakpad-client/.*
|
2017-10-30 20:36:28 +03:00
|
|
|
toolkit/crashreporter/google-breakpad/.*
|
2018-09-07 15:08:25 +03:00
|
|
|
toolkit/recordreplay/udis86/.*
|
2018-03-13 17:59:21 +03:00
|
|
|
tools/fuzzing/libfuzzer/.*
|
2018-11-27 13:06:53 +03:00
|
|
|
tools/profiler/core/vtune/.*
|
2018-11-22 03:29:25 +03:00
|
|
|
xpcom/build/mach_override.c
|
|
|
|
xpcom/build/mach_override.h
|
|
|
|
xpcom/io/crc32c.c
|