config: update `.editorconfig` parameters according to current format of files (#6696)
* config: addopt current file formatting as yml & markdown parametrization
Cherry picked from EbookFoundation/free-programming-books#5564: e9f7dff3be87e640a72f97bd4eec1be79ec2b43a
* add config properties for JSON files
* extend config to all markdown file extensions
* sort global properties
* add mapping for python files
* add windows batch files mapping
* sort mapping entries
* add makefile mapping properties
* add file description / summary
* add poweshell mappings
* Comment each section
* disable linebreaks on supported editors
* Apply some suggestions
* clean deadcode
- simplify properties already defined in global section
- remove not used future patterns
|