[wingide-users] Per-project indent size
Wing IDE Support
support at wingware.com
Wed May 30 16:29:12 MDT 2012
On 5/30/12 5:54 PM, Luc Bourhis wrote:
> Hi,
>
> there is no way to specify a different indent size for different project, is there?
There isn't a way to do this through the GUI, but it is possible to use
different preference files via the --prefs-file command line option as
documented in https://wingware.com/doc/install/command-line-usage
You'd want the additional preferences file to contain the following to
use 4 for the indent size.
[extra-preferences]
edit.indent-size = 4
Cheers,
John
More information about the wingide-users
mailing list