Re: [Geotools-devel] gitattribute and fixing newline chars

2021-12-30 Thread Andrea Aime
Hi Jody, the PR is ready for merge , can you give it a spin? Cheers Andrea On Thu, Dec 30, 2021 at 5:31 AM Jody Garnett wrote: > I am very much in favour of this, will report back after testing. > > On Sat, Dec 18, 2021 at 12:26 AM Andrea Aime <

Re: [Geotools-devel] gitattribute and fixing newline chars

2021-12-29 Thread Jody Garnett
I am very much in favour of this, will report back after testing. On Sat, Dec 18, 2021 at 12:26 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Hi, > following the last PSC meeting, and after attempting to use spotless, > I've realized we have a mix of line endings in our git checkou

Re: [Geotools-devel] gitattribute and fixing newline chars

2021-12-18 Thread Ian Turton
+1 Ian On Sat, 18 Dec 2021 at 08:26, Andrea Aime wrote: > Hi, > following the last PSC meeting, and after attempting to use spotless, > I've realized we have a mix of line endings in our git checkouts, mostly > due to people forgetting to set the autocrlf setting in git. > > This pull request t

[Geotools-devel] gitattribute and fixing newline chars

2021-12-18 Thread Andrea Aime
Hi, following the last PSC meeting, and after attempting to use spotless, I've realized we have a mix of line endings in our git checkouts, mostly due to people forgetting to set the autocrlf setting in git. This pull request tries to fix them, and adds a .gitattributes file that should avoid havi