Dockerfile: fix mixed indentation (#2727)
This commit is contained in:
parent
047f4fb016
commit
04b9935b9f
@ -7,6 +7,10 @@ insert_final_newline = true
|
||||
indent_style = tab
|
||||
charset = utf-8
|
||||
|
||||
[Dockerfile]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[/patches/**]
|
||||
indent_style = unset
|
||||
indent_size = unset
|
||||
|
Loading…
Reference in New Issue
Block a user