![tvrinssen](/assets/img/avatar_default.png)
This adds support for heredocs in Dockerfiles. This required adding an external scanner to store the required state. Co-authored-by: Camden Cheek <camden@ccheek.com>
39 lines
470 B
INI
39 lines
470 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{json,toml,yml,gyp}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.rs]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{c,cc,h}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{py,pyi}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.swift]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 8
|