generate encode usage programatically

This commit is contained in:
2026-05-31 12:20:49 -05:00
parent 14249e814b
commit 4e1aac1284
3 changed files with 193 additions and 109 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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 = false
insert_final_newline = false