dashboard/.editorconfig
2023-07-23 16:04:49 -07:00

11 lines
120 B
INI

root = true
[*]
indent_size = 4
indent_style = tab
[*.{yaml,yml,md,json,jsonc}]
indent_size = 2
indent_style = space