From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: On tabs and spaces Date: Wed, 14 Jan 2015 21:15:28 -0200 Message-ID: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d44384bde06050ca4ea4d X-Trace: ger.gmane.org 1421277342 21303 80.91.229.3 (14 Jan 2015 23:15:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Jan 2015 23:15:42 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 00:15:36 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YBXA0-0000FC-Cv for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 00:15:36 +0100 Original-Received: from localhost ([::1]:48488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBX9z-0004Ac-MK for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2015 18:15:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBX9u-00048p-2Z for emacs-devel@gnu.org; Wed, 14 Jan 2015 18:15:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBX9t-0004f0-Dm for emacs-devel@gnu.org; Wed, 14 Jan 2015 18:15:30 -0500 Original-Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:45059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBX9t-0004ej-0F for emacs-devel@gnu.org; Wed, 14 Jan 2015 18:15:29 -0500 Original-Received: by mail-ob0-f172.google.com with SMTP id va8so10806680obc.3 for ; Wed, 14 Jan 2015 15:15:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to :content-type; bh=YlopINuw/EjP5O9KgJhR5NsS2y5I4yZUqgVhqdQmkZI=; b=TiNcqCVuXIUxGZ3pEm/+nYdUuLUkCq2GbqOZPXfyFFBbAqKNliE/tdTTagH7qkaOFn FINRFljTZ9x/UX25+K6wXvVnBgZVSgz5wLEungwMRtyzo7gWwk//hmk7AATaMH/IFrHQ iIvWrFFstum8XkcfJd/tpqU0ShXfEQkqjBbPn8UYyp9YKWdd5p2Fbdz+RFfamUPyl9KE CVraOYyXDmzGFSRwd9kb1xsn2yqD0GC6iIOle8hc3r7+IeGBtW8pGUb/i2vGGr02LLP4 iITvY7w/NXKyT2wtQ91esHiuEFwrUigo6FUcwbaBMkTwPQcsRUSzoWrndhmWpouUGDz9 XEHQ== X-Received: by 10.202.97.9 with SMTP id v9mr3900017oib.34.1421277328561; Wed, 14 Jan 2015 15:15:28 -0800 (PST) Original-Received: by 10.76.99.74 with HTTP; Wed, 14 Jan 2015 15:15:28 -0800 (PST) X-Google-Sender-Auth: de92knJwHBOYQ9Bi_jPbhttHD-U X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181268 Archived-At: --001a113d44384bde06050ca4ea4d Content-Type: text/plain; charset=UTF-8 Given that `.dir-locals.el' sets `indent-tabs-mode' to nil, does that mean we prefer spaces for indentation everywhere? And, if so, would it be acceptable to push a commit that simply converts a file from tabs to spaces? --001a113d44384bde06050ca4ea4d Content-Type: text/html; charset=UTF-8
Given that `.dir-locals.el' sets `indent-tabs-mode' to nil, does that mean we prefer spaces for indentation everywhere?
And, if so, would it be acceptable to push a commit that simply converts a file from tabs to spaces?
--001a113d44384bde06050ca4ea4d--