devicetype-library/.editorconfig
Boian Berberov cade4a0cb3
Added .editorconfig following CONTRIBUTING.md guidelines (#1663)
[EditorConfig](https://editorconfig.org/) helps maintain consistent coding styles
2023-10-06 13:00:36 -04:00

9 lines
98 B
INI

root = true
[*]
insert_final_newline = true
[*.{yaml,yml}]
indent_style = space
indent_size = 2