added cpp rules

This commit is contained in:
Alexander Popov 2023-09-03 11:27:44 +03:00
parent 105ab964e2
commit 183ad70df9
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ indent_size = 2
indent_style = space
indent_size = 4
# C++
[{*.cpp,*.ino,*.hpp}]
indent_style = space
indent_size = 4
# V
[{*.v,v.mod}]
indent_style = tab