chore(monorepo): move some files back to root

This commit is contained in:
Elian Doran
2025-04-19 11:25:32 +03:00
parent 45b1258dcc
commit 00a98643b0
5 changed files with 0 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
root = true
[*.{js,ts}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{server,translation}.json]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true