mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
c9c9112155
* Add Package.Dockerfile as flexible build source * Add docker-compose.package.yml as intermediary config * CI will use new github action YAML format it only publish the docker image on git tag * Add debian:latest, debian:slim, and alpine as base image * Add documentation
14 lines
223 B
INI
14 lines
223 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = false
|
|
end_of_line = lf
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|
|
charset = utf-8
|
|
insert_final_newline = true |