soullivaneuh / styleci-fixers

[DEPRECATED] Replaced by a new project =>
https://flintci.io
4 stars 3 forks source link

Convert 2 space indent to 4? #17

Open michaeljhopkins opened 7 years ago

michaeljhopkins commented 7 years ago

I'm not sure if StyleCI enforces this or not, however I was expecting a file indented with 2 spaces, to be converted to 4 spaces. I am using this package via php-cs-fixer using the php-cs-fixer-styleci-bridge package. My config files are below

.php-cs

<?php
require_once __DIR__.'/vendor/sllh/php-cs-fixer-styleci-bridge/autoload.php';
use SLLH\StyleCIBridge\ConfigBridge;
return ConfigBridge::create();

.styleci.yml

preset: laravel

Bug or feature?

soullivaneuh commented 7 years ago

I'm not sure to understand correctly your issue.

This project just convert Stylci API fixers to to a class in order to use it on the bridge.

Looks more like a php-cs-fixer issue.