https://github.com/byceps/byceps
Raw File
Tip revision: 1816cfac7a6812598318bfbb016c4256e13440d7 authored by Jochen Kupperschmidt on 12 September 2024, 07:24:31 UTC
Fix type conversion
Tip revision: 1816cfa
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{css,html,js,svg,yml}]
indent_size = 2

[*.{py,toml}]
indent_size = 4
back to top