ai 代码审核

This commit is contained in:
caesar
2025-01-15 13:14:21 +08:00
commit 36cf1eddb2
16 changed files with 893 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
ij_any_block_comment_at_first_column = false
ij_any_line_comment_at_first_column = false
ij_any_line_comment_add_space_on_reformat = true
ij_any_line_comment_add_space = true
ij_any_block_comment_add_space = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py,html}]
charset = utf-8