Auto convert CRLF and LF for uploaded code and tests #87
Labels
cat:admin
Related to the admin panel
cat:user
Related to the User UI
enhancement
New feature or request
go
Pull requests that update Go code
priority:medium
Medium priority: Mostly for next minor
Milestone
Is your feature request related to a problem? Please describe.
In many cases, code and testcases are sent from a Windows client to a Linux judging server, possibly creating compatibility issues.
Describe the solution you'd like
The judging server should be able to detect it's host OS, then convert all text files received to the respective format.
Additional context
Should we implement some type of distributed judging, all workers should be able to detect the OS type and convert files independently.
The text was updated successfully, but these errors were encountered: