Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 52ce555

Browse files
committed
docs(README.md): remove shell script formatting section
Remove the section on shell script formatting from the README.md as it is no longer relevant or necessary for the current state of the project. The project may have evolved to a point where these instructions are outdated or the formatting is now handled by other means, such as a different tool or process. This helps streamline the documentation and reduce potential confusion for contributors.
1 parent 5c0f8bb commit 52ce555

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,6 @@ make up
3737

3838
**Note**: SSL setup must be completed before starting services, as UnrealIRCd configuration expects SSL certificates to exist.
3939

40-
## Shell Script Formatting
41-
42-
This project uses bash scripts with bash-specific features (arrays, `[[` builtin, etc.). Script formatting is configured via `.editorconfig` and can be applied using shfmt:
43-
44-
```bash
45-
# Format all shell scripts (uses .editorconfig settings)
46-
shfmt -w scripts/*.sh src/backend/*/scripts/*.sh
47-
48-
# Check formatting without modifying files
49-
shfmt -d scripts/*.sh src/backend/*/scripts/*.sh
50-
```
51-
52-
The `.editorconfig` file automatically configures shfmt with:
53-
- 2-space indentation
54-
- Bash shell variant
55-
- Case statement indentation
56-
- Space after redirects
57-
- Binary operators on new lines
58-
5940
## Configuration
6041

6142
### Environment Variables

0 commit comments

Comments
 (0)