blob: f64cb88e04adc760a2962ceab36f083663ed7675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Paths we don't want clang-format to touch.
# NOTE:
# This is currently just documenting intent. Due to Bug 1575449
# `mach clang-format` will likely not pick up this file.
# Specific modules to exclude.
mailnews/mapi/include/.*
suite/.*
third_party/.*
# General support directories (which don't contain any C++ anyway).
build/.*
python/.*
taskcluster/.*
testing/mozharness/.*
tools/.*
|