comp.lang.ada
 help / color / mirror / Atom feed
From: reinkor <reinkor@gmail.com>
Subject: Re: Hint to Ada newbies
Date: Thu, 9 Feb 2017 01:26:54 -0800 (PST)
Date: 2017-02-09T01:26:54-08:00	[thread overview]
Message-ID: <69138070-3663-4964-9738-a77692246c34@googlegroups.com> (raw)
In-Reply-To: <DFTmA.290841$8w1.131571@fx02.fr7>


>    package Compiler is
>        for Switches ("ada") use
>          ("-gnatyybcfhiklnprtu", "-gnatyN256", "-gnaty3", -- Check layout.

I often use Pretty_Printer defaults like this:

   package Pretty_Printer is
      for Default_Switches ("ada") use ("-c2", "-l2", "-c3", "-c4");
   end Pretty_Printer;

This seems to be conflicting with your layout check. 
Any proposal for Pretty_Printer Default_Switches ?

reinert


  parent reply	other threads:[~2017-02-09  9:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09  4:17 Hint to Ada newbies reinkor
2017-02-09  6:06 ` Per Sandberg
2017-02-09  8:02   ` Simon Wright
2017-02-09 23:12     ` Robert A Duff
2017-02-10  9:22       ` Dmitry A. Kazakov
2017-02-11  9:16         ` Hadrien Grasland
2017-02-11  9:39           ` Dmitry A. Kazakov
2017-02-10  9:56       ` Simon Wright
2017-02-11  9:25         ` Hadrien Grasland
2017-02-09  9:26   ` reinkor [this message]
2017-02-09 17:40   ` John Smith
2017-02-11 17:40 ` stevenselectronicmail
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox