[vsphere-influxdb-go] Build config.json from values

This commit is contained in:
2020-05-08 10:39:15 +01:00
parent 8b67ed8628
commit 5e16f5a805
4 changed files with 119 additions and 77 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# EditorConfig helps us maintain consistent formatting on non-source files.
# Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.
# This is the terminal .editorconfig in this repository.
root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.{yaml,yml}]
indent_size = 2