OXIESEC PANEL
- Current Dir:
/
/
opt
/
.wp-cli
/
packages
/
vendor
/
wp-cli
/
entity-command
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/20/2024 11:17:28 AM
rwxr-xr-x
📄
.actrc
129 bytes
03/20/2024 11:17:27 AM
rw-r--r--
📄
.distignore
157 bytes
03/20/2024 11:17:27 AM
rw-r--r--
📄
.editorconfig
591 bytes
03/20/2024 11:17:27 AM
rw-r--r--
📁
.git
-
09/06/2025 12:29:47 PM
rwxr-xr-x
📁
.github
-
03/20/2024 11:17:27 AM
rwxr-xr-x
📄
.gitignore
117 bytes
03/20/2024 11:17:27 AM
rw-r--r--
📄
CONTRIBUTING.md
538 bytes
03/20/2024 11:17:27 AM
rw-r--r--
📄
LICENSE
1.13 KB
03/20/2024 11:17:27 AM
rw-r--r--
📄
README.md
135.65 KB
03/17/2025 08:08:17 AM
rw-r--r--
📄
behat.yml
126 bytes
03/20/2024 11:17:27 AM
rw-r--r--
📄
composer.json
7.04 KB
09/06/2025 12:29:47 PM
rw-r--r--
📄
entity-command.php
2.92 KB
03/17/2025 08:08:17 AM
rw-r--r--
📁
features
-
09/06/2025 12:29:47 PM
rwxr-xr-x
📄
phpcs.xml.dist
3.45 KB
03/17/2025 08:08:17 AM
rw-r--r--
📁
src
-
09/06/2025 12:29:47 PM
rwxr-xr-x
📄
wp-cli.yml
32 bytes
03/20/2024 11:17:27 AM
rw-r--r--
Editing: .editorconfig
Close
# This file is for unifying the coding style for different editors and IDEs # editorconfig.org # WordPress Coding Standards # https://make.wordpress.org/core/handbook/coding-standards/ # From https://github.com/WordPress/wordpress-develop/blob/trunk/.editorconfig with a couple of additions. root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = tab [{*.yml,*.feature,.jshintrc,*.json}] indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false [{*.txt,wp-config-sample.php}] end_of_line = crlf