mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
cade4a0cb3
[EditorConfig](https://editorconfig.org/) helps maintain consistent coding styles
9 lines
98 B
INI
9 lines
98 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
|
|
[*.{yaml,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|