This website works better with JavaScript.
首頁
探索
說明
註冊
登入
server
/
wxJava-final
關註
6
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
增加editorconfig文件,统一设置缩进格式
master
ben
8 年之前
父節點
1d8326e7a1
當前提交
6d3b065f32
共有
1 個文件被更改
,包括
14 次插入
和
0 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存