run:R W Run
DIR
2026-04-15 19:02:15
R W Run
271 By
2026-04-15 19:02:15
R W Run
1.11 KB
2026-04-15 19:02:15
R W Run
563 By
2026-04-15 19:02:15
R W Run
553 By
2026-04-15 19:02:15
R W Run
error_log
📄.editorconfig
1; This file is for unifying the coding style for different editors and IDEs.
2; More information at http://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8indent_size = 4
9indent_style = space
10end_of_line = lf
11insert_final_newline = true
12trim_trailing_whitespace = true
13