├── .editorconfig ├── .gitattributes ├── Stuff └── AppIcon-readme.png └── readme.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sindresorhus/Plash/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | -------------------------------------------------------------------------------- /Stuff/AppIcon-readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sindresorhus/Plash/HEAD/Stuff/AppIcon-readme.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sindresorhus/Plash/HEAD/readme.md --------------------------------------------------------------------------------