fix: provider generation issues

This commit is contained in:
Rogee
2025-01-09 11:05:03 +08:00
parent 1c5b908269
commit bd6d6bc6e8
4 changed files with 37 additions and 13 deletions

View File

@@ -0,0 +1,19 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab