diff --git a/.editorconfig b/.editorconfig index 7b60442..dde5ea4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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