-
Notifications
You must be signed in to change notification settings - Fork 34
eol
SPGoding edited this page Apr 26, 2020
·
1 revision
🎨 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\n
as the EOL character. - (
"LF"
): use\n
as the EOL character.
{
"eol": "auto"
}
{
"eol": "CRLF"
}
{
"eol": "LF"
}
This rule was introduced in DHP 2.0.0.