diff options
| author | Li Zhineng <[email protected]> | 2025-07-01 10:13:37 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-01 10:13:37 +0800 |
| commit | 6c08d379ab4f1dbc879ab796553c7202f5d2e7b1 (patch) | |
| tree | a503a817d187c7eb917ab5e77f45975acd4ca417 | |
| parent | 4050f344d63bc867ac24744ccbe49c161790f514 (diff) | |
| download | server-6c08d379ab4f1dbc879ab796553c7202f5d2e7b1.tar.gz server-6c08d379ab4f1dbc879ab796553c7202f5d2e7b1.zip | |
add .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 |
