Re: [pygccxml-development] EOL policy
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-08-16 19:14:53
|
Roman Yakovenko wrote: >Hi. I would like to introduce next policy: all end of lines in files >should be CRLF. >Linux editors handle well these case, while the opposite, Windows LF, >is not true. > >It could be nice, if we can make this policy to work automatically, like in CVS. >( When you commit\\update to\\from repository it will convert the eol characters > to the system default. ) > >Thoughts? > > > Just use subversion and set the svn:eol-style. I would suggest setting it to "native" so files will be treated natively on any platform. In my experience this works very well for cross-platform development. -Allen |