ViewProperties: Store view properties in extended file attributes
Existing settings are converted, but the result will be only accessible by the current user.
Works on most FS except FAT/exFAT which fallback to .directory files.
You can see file xattr using for instance for Unix filesystems:
getfattr -d /home/meven
Edited by Méven Car