/tamatgochi

no description yet

Primary LanguageC++

Tamagotchi

Brief

Tools

Clang Format

clang-format -style=llvm -i <sourcefile>.cpp <sourcefile>.hpp

Clang Tidy

clang-tidy -checks='modernize-*' <sourcefile>.cpp -- -std=c++11

or add -fix command for apply suggested fixes