Added equality checks

This commit is contained in:
2023-07-05 13:14:37 +02:00
parent e6865a34ff
commit 13850a3acd
8 changed files with 122 additions and 12 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false