OpenSearch/modules/lang-painless
Nik Everett 38989191e7 Use LF line endings in Painless generated files (#26822)
Right now if you run `gradle regen` on Windows you'll get `CRLF` line
endings on all the ANTLR generated files because we run
```
    ant.fixcrlf(srcdir: outputPath) {
      patternset(includes: 'Painless*.java')
    }
```

The docs for fixcrlf say that the default line endings that it
corrects to is based on the OS:
https://ant.apache.org/manual/Tasks/fixcrlf.html

This change locks it to `LF`.
2017-10-06 16:44:03 -04:00
..
licenses merge master 2016-06-11 13:23:17 -04:00
src Separate Painless Whitelist Loading from the Painless Definition (#26540) 2017-09-18 15:51:07 -07:00
build.gradle Use LF line endings in Painless generated files (#26822) 2017-10-06 16:44:03 -04:00