fix wildcard matches to include path separators

pull/1760/head
cornfeedhobo 2021-01-01 14:24:34 -06:00
parent 5487963fa7
commit b8dda491c7
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.{md,rst}] [**.{md,rst}]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[.git*] [.git*]
indent_style = tab indent_style = tab
[*.*sh] [**.*sh]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4