feat: selective publish (#858)

This commit is contained in:
Baptiste Augrain
2021-10-01 18:47:10 +02:00
committed by GitHub
parent 85cbd0b0f2
commit e564685c1e
11 changed files with 523 additions and 326 deletions

22
.editorconfig Normal file
View File

@@ -0,0 +1,22 @@
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.patch]
trim_trailing_whitespace = false
insert_final_newline = false