tencent-sdk 0.1.3

📦 Tencent Cloud API SDK written in Rust
Documentation
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
# Text is UTF-8
charset = utf-8
# Unix-style newlines
end_of_line = lf
# Newline ending every file
insert_final_newline = true
# Soft tabs
indent_style = space
# Two-space indentation
indent_size = 2
# Trim trailing whitespace
trim_trailing_whitespace = true

[*.rs]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
max_line_length = 100

[*justfile]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab

[*.snap]
trim_trailing_whitespace = false

[*Dockerfile]
indent_size = 4
trim_trailing_whitespace = false