Add API base URL castomization option

This commit is contained in:
2024-05-07 12:44:10 +03:00
parent c8b7f9901a
commit 3380b4a0ae
10 changed files with 127 additions and 59 deletions

View File

@@ -2,10 +2,15 @@
root = true
[src/**]
[**]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[{src,tests}/**.php]
tab_width = 4
[*.{neon,xml,md}]
tab_width = 4