.editorconfig
.editorconfig
主要影响 vscode 默认文件的缩进方式和缩进大小
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
#indent_style = tab
#indent_size = 4
indent_style = space
indent_size = 2
tab_width = 4
链接到当前文件 0
没有文件链接到当前文件