Normalise IP addresses across backend
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,42 +1,3 @@
|
||||
### Issue #29: LOW-MEDIUM - Missing .editorconfig
|
||||
|
||||
**Where found**:
|
||||
- No `.editorconfig` file
|
||||
|
||||
**Why this is needed**:
|
||||
Different developers use different editors with different default formatting, causing inconsistent code.
|
||||
|
||||
**Goal**:
|
||||
Enforce consistent formatting across all editors.
|
||||
|
||||
**What to do**:
|
||||
1. Create `.editorconfig`:
|
||||
```ini
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.{js,ts,tsx,jsx}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
```
|
||||
2. Add editorconfig plugin to IDE guides
|
||||
|
||||
**Docs changes needed**:
|
||||
- Add to development setup instructions
|
||||
|
||||
**Doc references**:
|
||||
- DATABASE_API_DEPLOYMENT_ISSUES.md - Issue "12.3 Missing .editorconfig"
|
||||
|
||||
---
|
||||
|
||||
### Issue #30: LOW-MEDIUM - IPv4-Mapped IPv6 Address Duplicates
|
||||
|
||||
**Where found**:
|
||||
|
||||
Reference in New Issue
Block a user