Commit graph

25 commits

Author SHA1 Message Date
JustArchi
462b720d89 Resolve CA3003 2021-05-07 21:10:00 +02:00
JustArchi
e7537ca996 Resolve CA2002 2021-05-07 19:04:38 +02:00
JustArchi
809a4bbfbf Resolve CA2000 2021-05-07 18:55:50 +02:00
JustArchi
1661cf4be9 Resolve CA1823 2021-05-07 18:10:51 +02:00
JustArchi
4a91b997a2 Resolve CA1812 2021-05-07 18:02:21 +02:00
JustArchi
804008a5d1 Resolve CA1819 2021-05-07 17:14:22 +02:00
JustArchi
90ff43dc98 Resolve CA1508 2021-05-07 16:49:02 +02:00
JustArchi
377df12924 Resolve CA1308 2021-05-07 16:30:57 +02:00
JustArchi
04ff460d69 Resolve CA1307 2021-05-07 15:59:06 +02:00
JustArchi
5745e00bda Resolve CA1303 2021-05-07 00:06:03 +02:00
JustArchi
0e9b956ae9 Resolve CA1063 2021-05-06 23:45:10 +02:00
JustArchi
559fdb34c6 Resolve CA1062 2021-05-06 23:32:50 +02:00
JustArchi
9a8a61e111 Resolve CA1054 2021-05-06 22:50:59 +02:00
JustArchi
143039c584 Resolve CA1044 2021-05-06 21:18:39 +02:00
JustArchi
b6772b9b1e Resolve CA1034 2021-05-06 20:16:06 +02:00
JustArchi
57bf294553 Resolve CA1027 2021-05-06 18:53:07 +02:00
JustArchi
65dc5def01 Resolve CA1002 2021-05-06 18:26:29 +02:00
JustArchi
c9b01910d0 Update .editorconfig 2021-05-06 17:55:09 +02:00
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