bassment 0.1.0

Music library server with support for cue points, playlists, crates and more
# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true

[*.{rs,sql}]
indent_size = 4