From ef7a803a7fa78333fd4212113c9189d77298a8fa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 14 Jul 2016 10:16:42 -0600 Subject: Bug 1286877 - do not set c-basic-offset for python-mode; r=gps This removes the unnecessary setting of c-basic-offset from all python-mode files. This was automatically generated using perl -pi -e 's/; *c-basic-offset: *[0-9]+//' ... on the affected files. The bulk of these files are moz.build files but there a few others as well. MozReview-Commit-ID: 2pPf3DEiZqx --- lib/mozpkix/moz.build | 2 +- lib/mozpkix/test/gtest/moz.build | 2 +- lib/mozpkix/test/lib/moz.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/mozpkix/moz.build b/lib/mozpkix/moz.build index 1b42c0151..70d6d4756 100644 --- a/lib/mozpkix/moz.build +++ b/lib/mozpkix/moz.build @@ -1,4 +1,4 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/mozpkix/test/gtest/moz.build b/lib/mozpkix/test/gtest/moz.build index bd58a7595..ed49b6c1f 100644 --- a/lib/mozpkix/test/gtest/moz.build +++ b/lib/mozpkix/test/gtest/moz.build @@ -1,4 +1,4 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/mozpkix/test/lib/moz.build b/lib/mozpkix/test/lib/moz.build index da4ff85f9..c99aedf3a 100644 --- a/lib/mozpkix/test/lib/moz.build +++ b/lib/mozpkix/test/lib/moz.build @@ -1,4 +1,4 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # This code is made available to you under your choice of the following sets # of licensing terms: # -- cgit v1.2.1