elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
817 stars 62 forks source link

Add .editorconfig #9

Closed algobot76 closed 4 years ago

algobot76 commented 4 years ago

To enforce the same coding style, we could use EditorConfig, which is supported by many editors. The .editorconfig file in this PR is inspired by Gogs.


This change is Reviewable