├── .editorconfig ├── .gitattributes ├── appveyor.yml └── readme.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sindresorhus/appveyor-node/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sindresorhus/appveyor-node/HEAD/appveyor.yml -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sindresorhus/appveyor-node/HEAD/readme.md --------------------------------------------------------------------------------