Обновлён .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
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