Created by: Theossr
I figured out how to work with clang-format with many details like the fact that we can't use fully custom formatting. We can use only predefined styles with changes in config and if we don't choose a style, the config will choose the LLVM style as a default anyway.
- so I went through the formatting keys and left only the most important for our code style
- the lint's not drawing attention to the bad format now
- Graph_Memory.hpp is updated to ignore the strictest rules by automatically chosen LLVM style in .clang-format