diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..caf579f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# Editor configuration, see http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf +trailing_comma = all +bracket_spacing = true +arrow_parens = always +prose_wrap = preserve + +[*.ts] +quote_type = single + +[*.md] +max_line_length = off +trim_trailing_whitespace = false diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..9b1c8b1 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +/dist diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..4531db1 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,19 @@ +{ + "$schema": "http://json.schemastore.org/prettierrc", + "printWidth": 120, + "tabWidth": 4, + "useTabs": true, + "semi": true, + "singleQuote": true, + "quoteProps": "as-needed", + "trailingComma": "all", + "bracketSpacing": true, + "bracketSameLine": false, + "arrowParens": "always", + "htmlWhitespaceSensitivity": "css", + "endOfLine": "lf", + "embeddedLanguageFormatting": "auto", + "insertPragma": false, + "requirePragma": false, + "proseWrap": "preserve" +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8127494 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5585 +} diff --git a/404.html b/404.html index 801254b..4f07142 100644 --- a/404.html +++ b/404.html @@ -1,108 +1,103 @@ +
+ + + +لم يتم العثور على الملف المحدد في هذا الموقع. يرجى التحقق من وجود أخطاء في URL وحاول مرة أخرى.
-+ لم يتم العثور على الملف المحدد في هذا الموقع. يرجى التحقق من وجود أخطاء في URL وحاول مرة أخرى. +
+