This website works better with JavaScript.
Home
Explore
Help
Sign In
various
/
Google-Play-Music-Desktop-Player
mirror of
https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
58
Wiki
Activity
Browse Source
Add an editorconfig -
Fixes
#426
tags/v3.0.1
Samuel Attard
5 years ago
parent
cd603aec8d
commit
cc67d99e81
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
.editorconfig
+ 11
- 0
.editorconfig
View File
@@ -0,0 +1,11 @@
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