This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#119
from metalmatze/fix/editorconfig
Go uses ident size 8 with tabs. Nothing else.
tags/v1.21.12.1
Lunny Xiao
GitHub
8 years ago
parent
85b8b7f4e1
1ceb56fc7f
commit
f6d53ecbc1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.editorconfig
+ 1
- 1
.editorconfig
View File
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size =
4
indent_size =
8
[*.tmpl]
indent_style = tab
Write
Preview
Loading…
Cancel
Save