You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current .editorconfig is set to indent text with 4 spaces for all files. However, the YAML files generated for mkdocs and GitHub Action workflows utilize a 2-space indentation.
To streamline this, I suggest adding a specific rule for *.yml and *.yaml files in the .editorconfig to use an indentation size of 2 spaces.
Use case
Once the indentation size of 2 is specified for *.yml and *.yaml files in the .editorconfig, all supported editors or Integrated Development Environments (IDEs) will now use the correct indentation for these YAML files.
External dependencies
None.
The text was updated successfully, but these errors were encountered:
pheus
added a commit
to pheus/cookiecutter-netbox-plugin
that referenced
this issue
Jul 28, 2024
cookiecutter-netbox-plugin version
main (d920039)
Feature type
Change to existing functionality
Proposed functionality
The current
.editorconfig
is set to indent text with 4 spaces for all files. However, the YAML files generated for mkdocs and GitHub Action workflows utilize a 2-space indentation.To streamline this, I suggest adding a specific rule for *.yml and *.yaml files in the .editorconfig to use an indentation size of 2 spaces.
Use case
Once the indentation size of 2 is specified for
*.yml
and*.yaml
files in the.editorconfig
, all supported editors or Integrated Development Environments (IDEs) will now use the correct indentation for these YAML files.External dependencies
None.
The text was updated successfully, but these errors were encountered: