Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.editorconfig 250 Bytes
Copy Edit Raw Blame History
chenjixu authored 2017-01-12 15:02 . 简易记事本初步完成
# 代码风格维护文件
# EditorConfig is awesome: http://EditorConfig.org
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
# 文档末尾自动加入新行
insert_final_newline = true
# 清除空白格
trim_trailing_whitespace = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化