mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-13 22:51:23 +00:00
* update: action runtime to node16 * chore: pin dependencies * fix: build error with new TS version * add: editorconfig * chore: update all actions used in workflows * update: readme action sample versions * chore: bump developer dependencies * chore: bump developer dependencies * fix: eslint issues * fix: broken buildah copy logic * chore: address review feedback version bump
15 lines
229 B
INI
15 lines
229 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
tab_width = 4
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
indent_style = space
|
|
max_line_length = 120
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{yml,yaml}]
|
|
tab_width = 2
|
|
indent_size = 2
|