Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

namePresetCamelCase.rc 347B

12345678910111213
  1. [BASIC]
  2. function-naming-style=camelCase
  3. const-naming-style=camelCase
  4. attr-naming-style=camelCase
  5. argument-naming-style=camelCase
  6. module-naming-style=camelCase
  7. method-naming-style=camelCase
  8. variable-naming-style=camelCase
  9. class-attribute-naming-style=camelCase
  10. inlinevar-naming-style=camelCase
  11. class-naming-style=camelCase
  12. include-naming-hint=yes