Arsenic-ATG / 8085

8085 emulation library implemented in C++
MIT License
12 stars 2 forks source link

Add .clang-format file to the project #38

Open Arsenic-ATG opened 1 year ago

Arsenic-ATG commented 1 year ago

Add .clang-format file to the project with the formatting standards followed by the project ( the project currently uses LLVM coding standards ).

Arsenic-ATG commented 1 year ago
clang-format -style=llvm -dump-config > .clang-format