From 66c1987326726b39856df100a0a30c4d6e87905a Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 24 Sep 2025 23:51:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D1=91?= =?UTF-8?q?=D0=BD=20`.editorconfig`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.editorconfig b/.editorconfig index c0b8097..1c01f64 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ # EditorConfig is awesome: https://EditorConfig.org root = true -# for all projects +# for all files [*] indent_style = space indent_size = 4 @@ -35,6 +35,10 @@ indent_size = 2 indent_style = space indent_size = 2 +[Makefile] +indent_style = tab +indent_size = 4 + # C++ [{*.cpp,*.ino,*.hpp}] indent_style = space @@ -84,12 +88,8 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false -# Other -[Makefile] -indent_style = tab -indent_size = 4 - -[.gitconfig] +# Git +[{.gitconfig,.gitignore}] indent_style = tab indent_size = 4 @@ -98,12 +98,8 @@ indent_size = 4 indent_style = tab indent_size = 4 -## for this repo -[~/SSH/config] -indent_style = tab -indent_size = 4 - -[~/SublimeText/*.sublime-*] +# Sublime Text +[*.sublime-*] indent_style = tab indent_size = 4