mirror of
https://github.com/directus/directus.git
synced 2026-01-25 04:57:56 -05:00
* test * ci improvements * fix image names * improve docs * Update .github/workflows/release.yml Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com> * Update docker/pack.js Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com> * improvements proposed by @paescuj * improve Dockerfile comment * fix .PHONY * rm tarballs before building final image Co-authored-by: Pascal Jufer <paescuj@users.noreply.github.com>
14 lines
192 B
INI
14 lines
192 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
tab_width = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[Makefile]
|
|
indent_style = tab
|