In most configuration files i see that they comment lines instead of adding spaces. e.g. - correct way ; ;IAX configuration ; [general] blah blah blah.......... ; register => ...... Is this incorrect: ; ;IAX configuration [general] blah blah blah....... register => .... I guess what i'm trying to say is, does it make a difference if you add spaces to your config files?
> In most configuration files i see that they comment lines instead of > adding spaces. > > e.g. - correct way > ; > ;IAX configuration > ; > [general] > blah blah blah.......... > ; > register => ...... > > > Is this incorrect: > ; > ;IAX configuration > > [general] > blah blah blah....... > > register => .... > > I guess what i'm trying to say is, does it make a difference if you > add spaces to your config files?Nope. Add as many or as few as you like. Or, if it's more comfortable for you, you can comment the lines, too.
On Tue, 2005-02-08 at 13:53 -0500, Giovanni Powell wrote:> In most configuration files i see that they comment lines instead of > adding spaces. > > e.g. - correct wayCorrect according to who?> ; > ;IAX configuration > ; > [general] > blah blah blah.......... > ; > register => ...... > > > Is this incorrect:It isn't incorrect as in it will not generate errors. IT becomes just a style issue. And since it is rare that you share configs outside of your own installs, it should only matter to the user.> ; > ;IAX configuration > > [general] > blah blah blah....... > > register => ....-- Steven Critchfield <critch@basesys.com>