Commit graph

7 commits

Author SHA1 Message Date
JustArchi
dfffc3384b More code inspections! 2021-05-06 17:14:03 +02:00
JustArchi
ae2713c0df .editorconfig naming rules 2021-05-06 15:48:15 +02:00
JustArchi
371bbd8ff1 .editorconfig update 2021-05-06 15:28:24 +02:00
JustArchi
8ae8bc649e Code style updates 2020-11-11 15:48:55 +01:00
JustArchi
1db1757654 Update .editorconfig 2019-05-29 19:19:29 +02:00
JustArchi
b677ba8202 Code/style cleanup 2019-02-16 17:34:17 +01:00
Abrynos
19cacdb826 Feature editorconfig (#844)
* 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
2018-07-11 08:53:08 +02:00