Skip to content

Commit

Permalink
Use line separator provided by system.
Browse files Browse the repository at this point in the history
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
  • Loading branch information
Tapchicoma committed Sep 7, 2020
1 parent 2c60aa8 commit a3fbfe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ internal class EditorConfigGenerator(
.map {
"${it.key} = ${it.value}"
}
.joinToString(separator = "\n")
.joinToString(separator = System.lineSeparator())
}
}

0 comments on commit a3fbfe4

Please sign in to comment.