This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
gongtracker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
Erin
8 years ago
commit
dc558a746c
2 changed files
with
13 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
.editorconfig
+2
-0
.gitignore
+ 11
- 0
.editorconfig
View File
@ -0,0 +1,11 @@
root
=
true
[*]
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
true
insert_final_newline
=
true
[*.rs]
indent_size
=
4
indent_style
=
space
+ 2
- 0
.gitignore
View File
@ -0,0 +1,2 @@
target/
**/*.rs.bk
Write
Preview
Loading…
Cancel
Save