Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.example
.git
.gitattributes
.gitignore
.htaccess
Modules
README.md
app
artisan
bootstrap
composer.json
composer.lock
config
database
lang
modules_statuses.json
package.json
phpunit.xml
public
resources
routes
storage
tests
vendor
vendor-offline
vite.config.js

مشاهدة ملف: .editorconfig

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