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-Thread: 103376,429176cb92b1b825 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: AWS Coding Styles (and about boring plain-linear text files in the end) References: Date: Tue, 18 Jan 2011 03:03:08 -0500 Message-ID: <82aaiyiqpv.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:F/mZQcW4npLxOU+qB/yeu0AsPH4= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6317a4d354934e029e66126169 Xref: g2news2.google.com comp.lang.ada:17481 Date: 2011-01-18T03:03:08-05:00 List-Id: Simon Wright writes: > Bill Findlay writes: > >> In ³6.2 If Statements² : >> >> > Complex conditions in if-statements are indented two >> > characters >> >> I use the same indent (by 3) as for every other nesting (with >> short-circuit forms) and no indent if the phrases are parallel (with >> and/or/xor). > > I don't know what Emacs ada-mode indents by, I just let it have its way! That is fully customizable. My main style rule is "whatever Emacs does (with our customizations) is right". That saves lots of time :). -- -- Stephe