- Reorganized project: codesys/, docs/codesys|redesign|integration|reference/, scripts/ - CODESYS project and exports in codesys/ - Documentation index in docs/README.md - Redesign and light naming configuration - Water boiler control and safety design Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
198 B
Plaintext
12 lines
198 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Documentation
|
|
*.md text eol=lf
|
|
|
|
# Configuration files
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
*.json text eol=lf
|
|
*.conf text eol=lf
|