mixed-reality-extension-sdk.../.editorconfig

19 строки
316 B
INI

root = true
[*.{cs,ts}]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.json]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true