diff options
| author | unknown <[email protected]> | 2023-06-05 20:04:56 +0800 |
|---|---|---|
| committer | unknown <[email protected]> | 2023-06-05 20:04:56 +0800 |
| commit | 6766bd7c6f5d59dc5a8024c192f7a511653feca3 (patch) | |
| tree | 4f95df1832f326980370cacc80ef33d184bf4ede /frontend/.editorconfig | |
Diffstat (limited to 'frontend/.editorconfig')
| -rw-r--r-- | frontend/.editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/.editorconfig b/frontend/.editorconfig new file mode 100644 index 0000000..9d08a1a --- /dev/null +++ b/frontend/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true |
