提交 81b78710 编写于 作者: S Shay Rojansky

Trim trailing whitespace in editorconfig

上级 1927dc01
; Top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
; 4-column space indentation
[*.cs]
indent_style = space
indent_size = 4
; trim_trailing_whitespace = true
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册