Skip to content

Commit

Permalink
chore(editorconfig): Add YAML settings
Browse files Browse the repository at this point in the history
Change URL protocol to HTTPS in .editorconfig file.
Add YAML specific settings to enforce 2 spaces for indentation.

Fixes netbox-community#28
  • Loading branch information
pheus committed Jul 28, 2024
1 parent d920039 commit fb1fcfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion {{cookiecutter.hyphenated}}/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org

root = true

Expand All @@ -14,6 +14,9 @@ end_of_line = lf
indent_style = tab
end_of_line = crlf

[{*.yml,*.yaml}]
indent_size = 2

[LICENSE]
insert_final_newline = false

Expand Down

0 comments on commit fb1fcfe

Please sign in to comment.