diff --git a/.editorconfig b/.editorconfig index 9d867c7d9..cf982641e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,15 +10,15 @@ indent_style = tab indent_size = 4 max_line_length = 80 -[**/*.[ch]] +[*.[ch]] indent_style = space indent_size = 4 max_line_length = 80 -[{**/*.py,.ci/*}] +[{*.py,/.ci/*}] indent_style = space indent_size = 4 -[{scripts/*,.github/workflows/*}] +[{/scripts/*,/.github/workflows/*}] indent_style = space indent_size = 2