NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.styleci.yml 198B

12345678910111213
  1. preset: symfony
  2. enabled:
  3. - align_double_arrow
  4. - concat_with_spaces
  5. - ordered_use
  6. - strict
  7. disabled:
  8. - concat_without_spaces
  9. - pre_increment
  10. - unalign_double_arrow
  11. - unalign_equals