From 089473334192578577991b7726eebba5f7d60f7d Mon Sep 17 00:00:00 2001 From: srgooglo <38926803+srgooglo@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:13:49 +0200 Subject: [PATCH] Update CODE_STYLE.md --- CODE_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_STYLE.md b/CODE_STYLE.md index 93088cba..47921718 100755 --- a/CODE_STYLE.md +++ b/CODE_STYLE.md @@ -32,7 +32,7 @@ This document outlines the code style guidelines for the Comty project. The goal - Avoid using eval() and with(). #### Format -- Use 2 tabs for indentation. +- Use tabs for indentation. (tab_width: 2) - Use kebab-case for ID names. - Use camelCase for variable and function names. - Use PascalCase for class and component names.