From a9f54ac38a3f1837cfc35cbdba6f929326d2349e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20C=C3=B4ng=20Thu=E1=BA=ADn=20Huy?= Date: Tue, 7 Apr 2026 18:16:49 +0700 Subject: [PATCH] chore: modernizing project structure & CI --- .editorconfig | 6 ++++++ SECURITY.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 .editorconfig create mode 100644 SECURITY.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ba095cb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..a0ea736 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +Report vulnerabilities via email. \ No newline at end of file