diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 22:23:17 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 22:23:17 -0400 |
| commit | 22d04d1980264d9091c684b01c41457687897377 (patch) | |
| tree | 4bef31c19b31a0f52f09fb99a48e63ce748e97a3 /mpdconf | |
| parent | 92e9738e4589a2d1e4b2d844b98dea2191150af4 (diff) | |
| download | dotfiles-22d04d1980264d9091c684b01c41457687897377.tar.gz dotfiles-22d04d1980264d9091c684b01c41457687897377.tar.xz | |
Remove trailing whitespace
Diffstat (limited to 'mpdconf')
| -rw-r--r-- | mpdconf | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -17,16 +17,16 @@ audio_output { name "pulse audio" } -db_file "~/.mpd.db" -log_file "~/.mpd.log" +db_file "~/.mpd.db" +log_file "~/.mpd.log" -# Optional -music_directory "~/Music" -playlist_directory "~/Music/Playlists" -pid_file "~/.mpd.pid" -state_file "~/.mpd.state" -sticker_file "~/.mpd.sticker.sql" +# Optional +music_directory "~/Music" +playlist_directory "~/Music/Playlists" +pid_file "~/.mpd.pid" +state_file "~/.mpd.state" +sticker_file "~/.mpd.sticker.sql" # bind_to_address "0.0.0.0" -bind_to_address "::1" -port "6600" +bind_to_address "::1" +port "6600" |
