diff options
| author | Li Zhineng <[email protected]> | 2025-07-11 18:09:10 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-11 18:09:10 +0800 |
| commit | b8b44d62fdfd6a690885bdd6ad7b76a97764b2ff (patch) | |
| tree | b69cccfc6805e5491db3ee4b7550d77ac001cee6 /.editorconfig | |
| parent | d7016f285fbef4b45650043ddbcea0da68d8a64c (diff) | |
| download | setup-b8b44d62fdfd6a690885bdd6ad7b76a97764b2ff.tar.gz setup-b8b44d62fdfd6a690885bdd6ad7b76a97764b2ff.zip | |
wip
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ee51031 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true |
