mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-09 19:44:34 -06:00
18 lines
253 B
INI
18 lines
253 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
indent_style = space
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{package.json}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|