mirror of
https://github.com/ragestudio/comty.git
synced 2025-07-08 16:54:15 +00:00
Update CODE_STYLE.md
This commit is contained in:
parent
3a2b99df9d
commit
0894733341
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user