vscode-dev-containers/.editorconfig

11 строки
134 B
INI

[*.json]
indent_style = tab
[Dockerfile]
indent_style = spaces
indent_size = 4
[*.{yml,yaml}]
indent_style = spaces
indent_size = 2