From c0a6f815c92451598680b2c85d3d8d6f0aec9aff Mon Sep 17 00:00:00 2001 From: Imanol Fernandez Date: Thu, 2 Nov 2017 15:06:00 +0100 Subject: [PATCH] Fix "Tabs used for indentation" tidy erros with upstream Khronos 2.0.0 --- servo-tidy.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servo-tidy.toml b/servo-tidy.toml index 01e4edd59a6..5665b25d6ff 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -54,6 +54,8 @@ files = [ "./tests/wpt/metadata-css/MANIFEST.json", "./components/script/dom/webidls/ForceTouchEvent.webidl", "./support/android/openssl.sh", + # Upstream code from Khronos/WebGL uses tabs for indentation + "./tests/wpt/mozilla/tests/webgl", # Ignore those files since the issues reported are on purpose "./tests/html/bad-line-ends.html", "./tests/unit/net/parsable_mime/text",