This repository contains the DDEV remote config definitions used by DDEV. For more information, see DDEV's documentation.
This repository uses Prettier to maintain consistent formatting. You can manually run Prettier on this repository (requires Node.js).
-
Clone or fork this project locally.
-
Install node dependencies:
npm install
-
Run the following command to attempt to auto-fix issues:
npm run lint:fix