forked from EllieBotDevs/elliebot
refactored .bible and .quran, moved to their own folder and created ReligiousApiService for their logic
This commit is contained in:
parent
2764bb390b
commit
219c122f1c
9 changed files with 178 additions and 124 deletions
src/EllieBot
|
@ -77,7 +77,6 @@ csharp_style_var_when_type_is_apparent = true:suggestion
|
|||
|
||||
# Expression-bodied members
|
||||
csharp_style_expression_bodied_accessors = true:suggestion
|
||||
csharp_style_expression_bodied_constructors = when_on_single_line:suggestion
|
||||
csharp_style_expression_bodied_indexers = true:suggestion
|
||||
csharp_style_expression_bodied_lambdas = true:suggestion
|
||||
csharp_style_expression_bodied_local_functions = true:suggestion
|
||||
|
|
Reference in a new issue