Skip to content

vscode disabled auto insert last new line #43

@xgqfrms

Description

@xgqfrms

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

https://editorconfig.org/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions