nus-cs2103-AY2122S2 / forum

13 stars 1 forks source link

Working with line separators on Windows Intellij💡 #192

Open takufunkai opened 2 years ago

takufunkai commented 2 years ago

The linter was upset that my lines were separated with \r\n (running on windows).

File > Settings > Code Style > Line separator > Unix and macOS (\n)

Hope this helps anyone who ran into this issue when building!