ContentsIndentationSpacingLine breakingBracesNull, false and zeroFloating point literalsNamesOther PunctuationPointers and References#include Statements"using" StatementsLambdasTypesClassesSingleton patternCommentsOverriding Virtual MethodsPython Indentation Use spaces, not tabs. Tabs should only appear in files that require them for semantic meaning, like Makefiles. The indent size is 4 spaces. R