mirror of
https://github.com/directus/directus.git
synced 2026-01-29 04:08:34 -05:00
* Publish all types in packages/* * Re-add main entrypoints and add types * Clean-up prettier config / editorconfig - Remove 'useTabs' so prettier will not override settings from editorconfig - Remove settings in editorconfig which match the defaults anyway * Remove types entrypoint again * Update packages/schema/package.json --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
12 lines
164 B
INI
12 lines
164 B
INI
root=true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|