This website works better with JavaScript.
首頁
探索
說明
登入
10sr
/
dotfiles-mirror
镜像来自
https://github.com/10sr/dotfiles.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge branch 'master' of github.com:10sr/dotfiles
pull/15/head
10sr
9 年之前
父節點
688dcf2a3d
9ffd5a2afb
當前提交
3be33338a2
共有
2 個文件被更改
,包括
12 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-4
.editorconfig
+2
-0
win/.editorconfig
+ 10
- 4
.editorconfig
查看文件
@@ -1,10 +1,16 @@
root = true
[*]
indent_style = space
#indent_size = 2
#tab_width = 4
end_of_line = lf
#charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
max_line_length = 80
[*.js]
indent_size = 2
indent_style = space
[*.c]
indent_size = 4
+ 2
- 0
win/.editorconfig
查看文件
@@ -0,0 +1,2 @@
[*]
end_of_line = crlf
Write
Preview
Loading…
取消
儲存