使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
server
/
wxJava-final
关注
6
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Merge pull request
#39
from kakotor/develop
增加editorconfig文件,统一设置缩进格式
master
Binary Wang
8 年前
committed by
GitHub
父节点
1d8326e7a1
6d3b065f32
当前提交
9a38010830
共有
1 个文件被更改
,包括
14 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+14
-0
.editorconfig
+ 14
- 0
.editorconfig
查看文件
@@ -0,0 +1,14 @@
# EditorConfig: http://editorconfig.org/
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
撰写
预览
正在加载...
取消
保存