Download the PHP package pnnl/editorconfig without Composer
On this page you can find all versions of the php package pnnl/editorconfig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pnnl/editorconfig
More information about pnnl/editorconfig
Files in pnnl/editorconfig
Package editorconfig
Short Description Use GrumPHP to ensure files conform to .editorconfig settings
License MIT
Informations about the package editorconfig
EditorConfig
Ensure files conform to .editorconfig file settings.
How it works
Uses editorconfig-checker/editorconfig-checker
to verify your files follow the rules defined in your .editorconfig file.
How to use:
Add the package to your composer.json file:
Add the extension to your grumphp.yml file:
Add and configure the tasks as defined below in the "Parameters" section.
Parameters:
auto_fix
Default: false
Will automatically fix fixable issues (insert_final_newline, end_of_line, trim_trailing_whitespace, tabs to spaces). See README for location of autofixed files.
dotfiles
Default: false
Use this flag if you want to exclude dotfiles.
ignore_defaults
Default: false
Will ignore default excludes, see README for details.
ignore_patterns
Default: []
String or regex to filter files which should not be checked.
Example:
list_files
Default: false
Will print all files which are checked to stdout (will only output if there is an error).
triggered_by
Default: []
This is a list of extensions that should be checked. Leave empty for all.
Example:
Disclaimer
This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.
Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.
PACIFIC NORTHWEST NATIONAL LABORATORY
operated by
BATTELLE
for the
UNITED STATES DEPARTMENT OF ENERGY
under Contract DE-AC05-76RL01830
All versions of editorconfig with dependencies
php Version ^7.1
phpro/grumphp Version ^0.14.0