Entrypoint script replaced with mustpl (#24)

This commit is contained in:
Paramtamtam
2022-08-26 17:05:50 +04:00
committed by GitHub
parent 2e9ef61cf8
commit fb24456662
8 changed files with 101 additions and 57 deletions

View File

@@ -5,8 +5,8 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true
[*.{yml, yaml, sh, conf, json}]
indent_size = 2
[Dockerfile]
indent_size = 4