jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
127 stars 55 forks source link

Fix indentation/whitespace in code examples #244

Closed SimonAlling closed 2 years ago

SimonAlling commented 2 years ago

The trailing whitespace deletions were made automatically by VS Code.

💡 git show --word-diff-regex=. is useful.

💡 git show --ignore-space-change is useful.

charleszipp commented 2 years ago

Thanks @SimonAlling for helping improve the docs for others!

SimonAlling commented 2 years ago

Thanks @SimonAlling for helping improve the docs for others!

You're welcome! Thank you for the quick review!