From 5442c2a3944c190bdce014103287758a7cc22f27 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Fri, 24 Apr 2026 10:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0bash=E5=92=8Cjson=E7=9A=84?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.editorconfig b/.editorconfig index f5c89b5..63cf526 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,3 +31,15 @@ indent_size = 2 [{package.json,.travis.yml}] indent_style = space indent_size = 2 + +# Bash scripts +[*.sh] +charset = utf-8 +indent_style = space +indent_size = 2 + +# JSON files +[*.json] +charset = utf-8 +indent_style = space +indent_size = 2 \ No newline at end of file