This website works better with JavaScript.
Home
Help
Sign In
kaqu
/
private_mirror
forked from
hacknology/website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add editorconfig.
fails-to-build
Robert Jacob
3 years ago
parent
bea72feffd
commit
9df9e5c014
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
.editorconfig
+ 12
- 0
.editorconfig
View File
@ -0,0 +1,12 @@
root
=
true
[*]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
true
insert_final_newline
=
true
[*.md]
trim_trailing_whitespace
=
false
Write
Preview
Loading…
Cancel
Save