logging-rs/.editorconfig
2023-10-24 09:33:46 +02:00

19 lines
318 B
INI

# Editorconfig to keep settings the same across devices and editors
# https://editorconfig.org/
root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[*.{html,md,py,rs}]
indent_size = 4
indent_style = space
[*.{yml,yaml}]
indent_style = space