* Move scrollable-menu's up by their height where there's always space for them to be displayed - Implements #805
* create .editorconfig
* revert Implementation of #805 for this branch
* Remove default values
* Work through everything on https://docs.microsoft.com/en-US/visualstudio/ide/editorconfig-code-style-settings-reference
* clean up with tabs
* Remove all tabs
* Fix small mistake and make some settings global
* Add everything that has severity level of none with default value and severity level of suggestion; pack things with similarities together
* Remove forgotten warning
* Remove default line
* Make csharp_style_expression_bodied_* when_on_single_line
* Add suggestion to modifier order
* Add csharp_new_line_before_* with false:suggestion
* Fix small mistake with casts
* Add suggestion severity to final newline
* Remove wrong duplicate of csharp_new_line_before_open_brace
* Switch to default modifier order
* rename public_members_must_be_capitalized to all_members_must_be_capitalized
* Add missing newline
* Make warnings suggestions like everywhere else
* remove error-level where no one is allowed