Revision 7d3116e287dc9da79c6455705aaebfce675c4dd8 authored by Dmitry Kruchinin on 29 December 2021, 18:06:05 UTC, committed by GitHub on 29 December 2021, 18:06:05 UTC
* Fix case 69.

* Fixed/updated the test. Added-reworked the commands.

* Fix commands

Co-authored-by: dvkruchinin <dvkruchinin@gmail.com>
1 parent 6ae08d5
Raw File
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
back to top