From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-31 01:45:10 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-kar1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: How to make Ada a dominant language Date: Tue, 31 Jul 2001 10:55:17 +0200 Organization: Enyo's not your organization Message-ID: <8766c9xytm.fsf@deneb.enyo.de> References: <9k36ae$138k$1@pa.aaanet.ru> <3B654276.4040707@bigfoot.de> <3B655CE8.F8FAD2CF@sneakemail.com> <3B65810F.BEF41F2@san.rr.com> <3B658ABC.BFF1B050@sneakemail.com> <3B65980A.AA71BF87@san.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:10848 Date: 2001-07-31T10:55:17+02:00 List-Id: Darren New writes: >> And the difference is I can write a program to correct indentation. >> But I will not, because others have already done it. > > Do you run that program on every source file before you look at it? I do (actually, it's part of the IDE in my environment), otherwise the Ada compiler would choke on it. Of course, this mode of GNAT is not conforming to the Ada standard ;-), but I find it very, very helpful, togehter with the other restrictions imposed by the GNAT style checks.