Browse Source

Update docs on default create policy

pull/1429/head
Antonio SJ Musumeci 4 weeks ago
parent
commit
2d86ed946a
  1. 8
      mkdocs/docs/faq/configuration_and_policies.md

8
mkdocs/docs/faq/configuration_and_policies.md

@ -19,6 +19,14 @@ filesystems and can be added or removed without any impact it is
extremely easy to test and experiment with different settings. extremely easy to test and experiment with different settings.
## Why is epmfs the default create policy?
Because it is a strict policy and therefore does not increase entropy
of the filesystem layout. If you don't explicitly choose a policy then
the layout stays the same. It is far easier to stop being strict than
fix the layout after having a loose policy.
## How can I ensure files are collocated on the same branch? ## How can I ensure files are collocated on the same branch?
Many people like the idea of ensuring related files, such as all the Many people like the idea of ensuring related files, such as all the

Loading…
Cancel
Save