This website works better with JavaScript.
Home
Help
Sign In
hacknology
/
website
Watch
5
Star
1
Fork
4
Code
Pull Requests
1
Releases
0
Activity
Browse Source
Add editorconfig.
pull/5/head
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