-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
vscode disabled auto insert last new line
markdown
.vscode/settings.json
{
//...
// ✅ 禁用
"editor.renderFinalNewline": false,
}
.editorconfig
root = true
[*]
charset = utf-8
indent_style = space
# indent_size = 4
indent_size = 2
end_of_line = lf
# ✅ 禁用
insert_final_newline = false
trim_trailing_whitespace = true
[*.md]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels