Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101206 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56169 invoked from network); 29 Nov 2017 21:53:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Nov 2017 21:53:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=peterkokot@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=peterkokot@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.53 as permitted sender) X-PHP-List-Original-Sender: peterkokot@gmail.com X-Host-Fingerprint: 209.85.218.53 mail-oi0-f53.google.com Received: from [209.85.218.53] ([209.85.218.53:37675] helo=mail-oi0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/E0-42663-35C2F1A5 for ; Wed, 29 Nov 2017 16:53:23 -0500 Received: by mail-oi0-f53.google.com with SMTP id y75so3490842oie.4 for ; Wed, 29 Nov 2017 13:53:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=dSOxcd39adYAzFCU8ekKeWIMBb/jU/cDfzi3DISroz8=; b=Ft8xs7yNAyinT31O9SVoKdzQshv9Q45BY4KsBbjWZ1DhAN2xFdV3u/nxlOK1YEFX7z Yr3MBQ2OaPklESKp1Ny9mgiuiyc/W2nosdFDobo0r23c4TeqmOFTnnwEOogQs5ofsmdV AwRwq2XSe9/ZuHGD4fFvXZDiALeQW74t/Z33JDNstwylLRQsPzccAXOVpnjCpUzwIwgJ uPVSgSjRtVV50pdp/3QqdsHB9qzXrwQoYaeFyG5qnpDxndFheIPrDoPE29LSyYWgEsWk XOkXwabN5CIllRGVhrRsb/JNwoKCl4IPhzYrzNaCX+ZIoPNCSBHPZkU2iGvBncIVKy/u UNpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=dSOxcd39adYAzFCU8ekKeWIMBb/jU/cDfzi3DISroz8=; b=Rmkh1lq55WBc8zwU8v6cMW5eoVVc4mDyHKj4aht9C1U6sfEVlY8pbvvDnoXuSgJqC3 P6wjoREZDG8UpS0z4r8xrBwIlHP7Z0ks0H6L9UGo2lv7t4hdKtlOYRCr25kXLAeAgP7d VFwYRIMjb3SwVgWrzZOlBJY/xWKmwM1DJquAcSfNfsZsCHOOpICnWnohOZ7lTqrQ+ocn rIRpovMWSacWCTOpOR0shlQi9CH2kmv84DOyV6oEz+DsUv1jd6VCg5upZleckLXeuZZJ 6mIDZbOSoswJpx6ZqWDFqm/aJ5OA4EfKWADSH1RuoKcWaR3ktOjANE7oRgLsP0cn+bky ClkQ== X-Gm-Message-State: AJaThX5Rq9vQHrYPcd88uosmYvb/sdZh4nncyn/ucnvSog+vlg9QtCWP 4PezFOW7zuLs2i9ZNprfojTv6Lhdg40ddXR2DKHx9g== X-Google-Smtp-Source: AGs4zMZR0GdXeLFWiJUpJepzl/FVd+q/3xh5xscJIrNZThRNWU9YyMloBs6FVqWvDLejZvdKcsZhd1LJ3kDWh8y9wQ0= X-Received: by 10.202.73.9 with SMTP id w9mr3193291oia.227.1511992400812; Wed, 29 Nov 2017 13:53:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.38.29 with HTTP; Wed, 29 Nov 2017 13:53:20 -0800 (PST) Date: Wed, 29 Nov 2017 22:53:20 +0100 Message-ID: To: Internals Content-Type: text/plain; charset="UTF-8" Subject: Local variables for editors From: peterkokot@gmail.com (Peter Kokot) Hello, I'm not sure if this has been discussed before, but I find these local variables in C, H and other files a bit strange and bloated: /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ Is there any chance to start omitting them and use a single .editorconfig file instead or is this something that is a must have in C projects of today? Thank you for some clarification on this :) -- Peter Kokot