This commit is contained in:
2026-03-15 01:07:21 +01:00
parent e92c9fe522
commit 4ca7f035c0
9 changed files with 374 additions and 22 deletions

33
.paul/config.md Normal file
View File

@@ -0,0 +1,33 @@
# Project Config
**Project:** crmPRO
**Created:** 2026-03-15
## Project Settings
```yaml
project:
name: crmPRO
version: 0.0.0
```
## Integrations
### SonarQube
```yaml
sonarqube:
enabled: true
project_key: crmPRO
```
## Preferences
```yaml
preferences:
auto_commit: false
verbose_output: false
```
---
*Config created: 2026-03-15*