prometheus-lua / Prometheus

Lua Obfuscator written in pure Lua
https://levno-710.gitbook.io/prometheus/
GNU Affero General Public License v3.0
220 stars 65 forks source link

Made IDEs correctly use Unix LF instead of CRLF #130

Closed ccuser44 closed 1 year ago

ccuser44 commented 1 year ago

Some IDEs will use CRLF line endings instead of just a newline (things on Windows)

This fixes it so that they will use the proper LF ie. a single newline instead of a carriage return and a newline