update .editorconfig
added Ruby fix Solar2D path ignore `haarcascade_frontalface_default.xml` file
This commit is contained in:
parent
4f4ec2bc91
commit
42d18ccae1
@ -20,6 +20,11 @@ indent_size = 4
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
# Ruby
|
||||||
|
[*.rb]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
# Crystal
|
# Crystal
|
||||||
[{*.cr,shards.yml}]
|
[{*.cr,shards.yml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
@ -85,13 +90,16 @@ indent_size = 4
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[snipplets/code/Gambas/*]
|
[code/Gambas/*]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[snipplets/projects/Solar2D**]
|
[projects/Solar2D/**]
|
||||||
indent_style = unset
|
indent_style = unset
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
end_of_line = unset
|
end_of_line = unset
|
||||||
charset = unset
|
charset = unset
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
|
|
||||||
|
[projects/CV/haarcascade_frontalface_default.xml]
|
||||||
|
indent_size = unset
|
||||||
|
Loading…
Reference in New Issue
Block a user