shepmaster / snafu

Easily assign underlying errors into domain-specific errors while adding context
https://docs.rs/snafu/
Apache License 2.0
1.45k stars 61 forks source link

Add editorconfig file #174

Closed ccfb3ee765a58cae closed 5 years ago

ccfb3ee765a58cae commented 5 years ago

From https://editorconfig.org

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

shepmaster commented 5 years ago

I believe I've fixed the spurious build failure; please rebase to get a clean build.