From 2e98b20bea4463e4465e3c19059d0744a09aec06 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Tue, 27 Jun 2023 14:34:41 +0800 Subject: [PATCH] gb28181版本升级-补充 --- web_src/.editorconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/web_src/.editorconfig b/web_src/.editorconfig new file mode 100644 index 0000000..9d08a1a --- /dev/null +++ b/web_src/.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 -- Gitblit v1.9.3