Set up a fresh Laravel app

هذا الالتزام موجود في:
2025-05-24 01:16:24 +03:00
التزام 76c2ab12c8
56 ملفات معدلة مع 10395 إضافات و0 حذوفات

18
.editorconfig Normal file
عرض الملف

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
indent_size = 4