Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upload editorconfig #11

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# EditorConfig is awesome: https://EditorConfig.org
# Uses editorconfig to maintain consistent coding styles

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.{tf,tfvars}]
indent_style = tab
indent_size = 2
tab_width = 2

[*.py]
indent_style = space
indent_size = 4

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[*.{yaml,json}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion charts/templates/configmap-init-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ data:
steampipe mod install {{ $value }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ data:
{{- end }}

{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ data:
{{- end }}

{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec:
protocol: TCP
selector:
{{- include "steampipe.selectorLabels" . | nindent 4 }}
{{- end }}
{{- end }}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "helm-steampipe",
"version": "1.0.0",
"release": {
"branches": [
"main"
],
"repositoryUrl": "https://github.com/devops-ia/helm-steampipe.git",
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
}
"name": "helm-steampipe",
"version": "1.0.0",
"release": {
"branches": [
"main"
],
"repositoryUrl": "https://github.com/devops-ia/helm-steampipe.git",
"plugins": [
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}
}