Skip to content

Commit

Permalink
style: add Ruby files to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 25, 2021
1 parent c679adf commit 04e628f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -21,7 +21,7 @@ indent_size = 2
[*.py]
charset = utf-8

[*.{yml,yaml,md}]
[*.{yml,yaml,md,rb}]
indent_size = 2

[Makefile]
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.rst
Expand Up @@ -98,7 +98,7 @@ Contents of `styles/editorconfig.toml <https://github.com/andreoliwa/nitpick/blo
[".editorconfig"."*.py"]
charset = "utf-8"
[".editorconfig"."*.{yml,yaml,md}"]
[".editorconfig"."*.{yml,yaml,md,rb}"]
indent_size = 2
[".editorconfig".Makefile]
Expand Down
2 changes: 1 addition & 1 deletion styles/editorconfig.toml
Expand Up @@ -23,7 +23,7 @@ indent_size = 2
[".editorconfig"."*.py"]
charset = "utf-8"

[".editorconfig"."*.{yml,yaml,md}"]
[".editorconfig"."*.{yml,yaml,md,rb}"]
indent_size = 2

[".editorconfig".Makefile]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ini.py
Expand Up @@ -59,7 +59,7 @@ def test_default_style_is_applied(project_default):
charset = utf-8
indent_size = 2
[*.{yml,yaml,md}]
[*.{yml,yaml,md,rb}]
indent_size = 2
[Makefile]
Expand Down

0 comments on commit 04e628f

Please sign in to comment.