Initilize project (Cloned from app.mysalona)

This commit is contained in:
AmirGoodarzi
2025-04-28 22:35:58 +03:30
commit 7ca1d4a0ae
129 changed files with 15287 additions and 0 deletions

19
.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,jsx,tsx}]
quote_type = single
curly_bracket_next_line = false
spaces_around_brackets = inside
indent_brace_style = BSD KNF
[*.md]
max_line_length = off
trim_trailing_whitespace = false