mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 00:26:29 +00:00
This should help understanding events from the SoundTouch app to the speakers and from speakers to the BMX service.
18 lines
381 B
INI
18 lines
381 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.html]
|
|
# HTML-specific formatting
|
|
# Standardize on tag layout
|
|
ij_html_do_not_indent_children_of_tags = html,body,thead,tbody,tfoot
|
|
ij_html_keep_blank_lines = 1
|
|
ij_html_attribute_wrap = normal
|
|
ij_html_space_inside_empty_tag = false
|