Skip to content

C++ Code Guidelines

  • Learn SFML uses "modern C++"
  • Everything up to and including C++17 can be used
  • Prefer AAA Style (Almost Always Auto) whenever possible
  • Using Clang-Format to format code

Clang-Format

tbd