Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
|
|
$config = new PhpCsFixer\Config();
|
|
return $config
|
|
->setIndent(" ");
|