mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
17 lines
192 B
INI
17 lines
192 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[*.{h,hpp,c,tpl,def}]
|
||
|
indent_style = tab
|
||
|
tab_width = 4
|
||
|
|
||
|
[*.py]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.yml]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|