diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/libwebrtc/build/.style.yapf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/libwebrtc/build/.style.yapf b/third_party/libwebrtc/build/.style.yapf new file mode 100644 index 0000000000..b4ebbe2467 --- /dev/null +++ b/third_party/libwebrtc/build/.style.yapf @@ -0,0 +1,6 @@ +[style] +based_on_style = pep8 + +# New directories should use a .style.yapf that does not include the following: +column_limit = 80 +indent_width = 2 |