update .editorconfig

added Ruby
fix Solar2D path
ignore `haarcascade_frontalface_default.xml` file
This commit is contained in:
Alexander Popov 2024-04-27 23:21:58 +03:00
parent 4f4ec2bc91
commit 42d18ccae1
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 10 additions and 2 deletions

View File

@ -20,6 +20,11 @@ indent_size = 4
indent_style = space
indent_size = 4
# Ruby
[*.rb]
indent_style = space
indent_size = 2
# Crystal
[{*.cr,shards.yml}]
indent_style = space
@ -85,13 +90,16 @@ indent_size = 4
indent_style = tab
indent_size = 4
[snipplets/code/Gambas/*]
[code/Gambas/*]
indent_size = 2
[snipplets/projects/Solar2D**]
[projects/Solar2D/**]
indent_style = unset
indent_size = unset
end_of_line = unset
charset = unset
trim_trailing_whitespace = unset
insert_final_newline = unset
[projects/CV/haarcascade_frontalface_default.xml]
indent_size = unset