I noticed some SQL was poorly laid out because of tabs being used instead of 4 spaces, so I added an .editorconfig file.
This makes it easy for every contributor to use the proper indentation no matter how they usually configure their editor.
I went ahead and fixed whitespaces inconsistencies.
This PR only contains trivial, cosmetic changes.
I noticed some SQL was poorly laid out because of tabs being used instead of 4 spaces, so I added an
.editorconfig
file. This makes it easy for every contributor to use the proper indentation no matter how they usually configure their editor.I went ahead and fixed whitespaces inconsistencies.