platform/workers/transactor/.editorconfig
Chunosov e81100cbaf
fix auth error in transactor rcp (#7661)
Signed-off-by: Nikolay Chunosov <Chunosov.N@gmail.com>
2025-01-14 15:37:34 +07:00

10 lines
157 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true