eol - SpyglassMC/Spyglass GitHub Wiki
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce the end of line (EOL) character in mcfunction files.
- ("auto"): use platform-specific EOL characters.
- ("CRLF"): use\r\nas the EOL character.
- ("LF"): use\nas the EOL character.
{
    "eol": "auto"
}{
    "eol": "CRLF"
}{
    "eol": "LF"
}This rule was introduced in DHP 2.0.0.