From 43131e36530b05f2f206d1e2993b54cd71d2542c Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 7 Aug 2025 23:57:02 +0800 Subject: [PATCH] Update `.editorconfig` --- .editorconfig | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0e0c8fe..1284d45 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,12 +12,21 @@ insert_final_newline = false indent_style = space indent_size = 2 +[*.pl] +indent_size = 4 + +[*.{raku,rakumod,rakutest}] +indent_size = 2 + +[*.ps1] +indent_size = 4 + +[*.{sh,bash}] +indent_size = 2 + [Makefile,makefile,*.{mk,make,makefile}] indent_style = tab -[*.md] -trim_trailing_whitespace = true - # 使用 VS Code 生成文件的默认格式 [*.json] indent_size = 4