Update CODE_STYLE.md

This commit is contained in:
srgooglo 2025-07-04 22:13:49 +02:00 committed by GitHub
parent 3a2b99df9d
commit 0894733341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ This document outlines the code style guidelines for the Comty project. The goal
- Avoid using eval() and with(). - Avoid using eval() and with().
#### Format #### Format
- Use 2 tabs for indentation. - Use tabs for indentation. (tab_width: 2)
- Use kebab-case for ID names. - Use kebab-case for ID names.
- Use camelCase for variable and function names. - Use camelCase for variable and function names.
- Use PascalCase for class and component names. - Use PascalCase for class and component names.