From ae1186bbc7b5f0ac246872f2fb33b8abf91327ad Mon Sep 17 00:00:00 2001 From: Not_Leonian <75620009+NotLeonian@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:25:30 +0900 Subject: [PATCH] =?UTF-8?q?.editorconfig=20=E3=81=A8=20.gitattributes=20?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 8 ++++++++ .gitattributes | 14 ++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/.editorconfig b/.editorconfig index b8dcb80..1e37c26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,3 +27,11 @@ end_of_line = unset charset = unset trim_trailing_whitespace = unset insert_final_newline = unset + +# Shell +[*.sh] +indent_size = 2 + +# YAML +[*.{yml,yaml}] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index 44032b9..4b295b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -55,3 +55,17 @@ *.pyc binary *.pyo binary *.pyd binary + +# Shell +*.sh text diff=bash + +# YAML +*.yml text +*.yaml text + +# Configuration and lock files +*.toml text +*.lock text + +# Plain text +*.txt text