This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Unified editorconfig accross all projects
master
Thomas Boerger
8 years ago
parent
bf8d90c5cc
commit
3d2138812c
No known key found for this signature in database
GPG Key ID:
5A388F55283960B6
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
.editorconfig
+ 6
- 6
.editorconfig
View File
@@ -11,17 +11,17 @@ trim_trailing_whitespace = true
indent_style = tab
indent_size = 8
[*.tmpl]
indent_style = tab
indent_size = 2
[Makefile]
[*.{tmpl,html}]
indent_style = tab
indent_size = 4
[*.{less,yml}]
indent_style = space
indent_size =
2
indent_size =
4
[*.js]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
Write
Preview
Loading…
Cancel
Save