This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add an editorconfig
master
3moon
8 years ago
parent
127ad882cc
commit
c04b4cbb63
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
.editorconfig
+ 15
- 0
.editorconfig
View File
@ -0,0 +1,15 @@
root
=
true
[*]
charset
=
utf-8
end_of_line
=
lf
trim_trailing_whitespace
=
true
insert_final_newline
=
true
[*.asm]
indent_style
=
tab
indent_size
=
4
[*.rs]
indent_style
=
space
indent_size
=
4
Write
Preview
Loading…
Cancel
Save