1
0
mirror of https://github.com/netbox-community/devicetype-library.git synced 2024-05-10 07:55:04 +00:00
Files
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