Commit Graph

8 Commits (c746875fcfc91b61082d1bae58cba7e1fef9eb91)

Author SHA1 Message Date
Thomas Boerger 3d2138812c
Unified editorconfig accross all projects
Andrey Nering a285c07d5e .editorconfig: do not specify line ending
That is annoying on Windows, since the editor will change the file if
you just open it. Git will checking as LF anyway.
Matthias Loibl 1ceb56fc7f Go uses ident size 8 with tabs. Nothing else.
We are using gofmt to format our code. This will emit tabs.
The standard is tabs which is 8 spaces.
Sandro Santilli 6111e09a97 Drop indent-size from Makefile section
Sandro Santilli c808e8c138 Use tabs in Makefiles
Unknwon 8516dfcb6c able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes 
Andrey Nering 9f44c26789 Update .editorconfig ()
[CI SKIP]
James Cracknell 27491031ba Added .editorconfig