Styleguide
  • Intro
  • Naming
    • Naming Rules
    • Variables
    • Functions
    • Constants
  • Formatting
    • Brackets
    • Whitespace
    • Loops
    • If statements
    • Operators
    • Line Length
  • Style
    • Newlines
    • Final
    • Override
    • Lambdas
    • RAII
    • Comments
    • Casts
    • Goto
    • Constructors
    • Exceptions
    • Switch Case
    • Main
    • Members
  • Project
    • Changes on a Whim
    • Versioning
    • File encoding
    • Meta
Powered by GitBook
On this page

Was this helpful?

  1. Project

File encoding

Files in your project must be encoded in UTF-8.

PreviousVersioningNextMeta

Last updated 6 years ago

Was this helpful?