mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
26 lines
404 B
INI
26 lines
404 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 80
|
||
|
|
||
|
[*.md]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
trim_trailing_whitespace = false
|
||
|
|
||
|
[Makefile]
|
||
|
indent_style = tab
|
||
|
indent_size = 4
|
||
|
|
||
|
[{Dockerfile,Dockerfile.template.erb,Dockerfile.sample}]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.{yml,yaml}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|