Обновлён .editorconfig

This commit is contained in:
2025-09-24 23:51:59 +03:00
parent d64236dbad
commit 66c1987326

View File

@@ -1,7 +1,7 @@
# EditorConfig is awesome: https://EditorConfig.org # EditorConfig is awesome: https://EditorConfig.org
root = true root = true
# for all projects # for all files
[*] [*]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
@@ -35,6 +35,10 @@ indent_size = 2
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[Makefile]
indent_style = tab
indent_size = 4
# C++ # C++
[{*.cpp,*.ino,*.hpp}] [{*.cpp,*.ino,*.hpp}]
indent_style = space indent_style = space
@@ -84,12 +88,8 @@ indent_size = 2
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
# Other # Git
[Makefile] [{.gitconfig,.gitignore}]
indent_style = tab
indent_size = 4
[.gitconfig]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
@@ -98,12 +98,8 @@ indent_size = 4
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
## for this repo # Sublime Text
[~/SSH/config] [*.sublime-*]
indent_style = tab
indent_size = 4
[~/SublimeText/*.sublime-*]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4