Files
openapi-ui/.editorconfig
typescreep 11b8de2537 init
2025-05-23 07:34:48 +03:00

18 lines
300 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[/deploy/**]
indent_style = unset
indent_size = unset
end_of_line = unset
charset = unset
trim_trailing_whitespace = unset
insert_final_newline = unset