Cleaned up configs
This commit is contained in:
9
ncmpcpp/.editorconfig
Normal file
9
ncmpcpp/.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
@ -1,3 +0,0 @@
|
||||
**NCMPCPP config**
|
||||
|
||||
These files go in `~/.ncmpcpp`
|
@ -4,7 +4,7 @@
|
||||
# |_| |_|_| |___/ |___/\___|_| \_/\___|_|
|
||||
#
|
||||
|
||||
mpd_host =localhost
|
||||
mpd_host = localhost
|
||||
mpd_port = 6600
|
||||
mpd_connection_timeout = 5
|
||||
|
||||
|
Reference in New Issue
Block a user