AdaptiveCards/.editorconfig

15 строки
264 B
INI

root = true
[**.{cpp,h,java,mm,cs}]
indent_style = spaces
indent_size = 4
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[**.{json,html}]
indent_style = tab
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true