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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7bf9a3faa54c9fd8 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Automatic Indentation Tool Date: 2000/11/13 Message-ID: #1/1 X-Deja-AN: 693225174 References: <8ujgsv$uct$1@nnrp1.deja.com> Content-Type: text/plain; charset=us-ascii X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov X-Trace: skates.gsfc.nasa.gov 974151628 15395 128.183.220.71 (13 Nov 2000 21:40:28 GMT) Organization: NASA Goddard Space Flight Center Mime-Version: 1.0 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6 NNTP-Posting-Date: 13 Nov 2000 21:40:28 GMT Newsgroups: comp.lang.ada Date: 2000-11-13T21:40:28+00:00 List-Id: dotanh@my-deja.com writes: > I was told there is an automatic indentation tool > one can use on ADA source code to create a > uniform indentation style. I was unable to find > it in my searches. Can anyone please specify the > URL of such a tool. Emacs Ada mode. emacs: ftp://ftp.gnu.org/gnu/windows/emacs/ (source) http://www.gnu.org/software/emacs/windows/ntemacs.html (windows nt binary) Ada mode: http://www.ada-france.org/ada-mode/ -- -- Stephe