diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..b077f0e --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,4 @@ +{ + "default": true, + "MD013": false +} diff --git a/README.md b/README.md index 1eb3064..3f6d747 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ You can also define the configuration for the following settings, be it for a pr - `php_cs_fixer_show_quick_panel` – Do you want the quick panel to display on execution? - `php_cs_fixer_executable_path` – The path to the php-cs-fixer application. - `php_cs_fixer_additional_args` – This is the extra information you want to pass to the php-cs-fixer command. For example which “fixers” you want to run + - You're likely to want to define `"--cache-file": "${project_path}/php-cs-fixer.cache"`, or equivalent for your project. ### PHP Code Beautifier @@ -150,7 +151,7 @@ Your .project file should look something like this: } ``` -Of course this is a example to apply Drupal code sniffer. This could be anything. Whatever you can have on this package settings it can be overwritten under the settings -> phpcs +Of course, this is an example of how to apply Drupal standards for the Code Sniffer. This could be anything. Whatever you can have on this package settings it can be overwritten under the settings -> phpcs. ### Multi-Platform Settings