audacity-actions/.editorconfig
2022-01-25 16:10:28 +03:00

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