Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 772 Bytes

YAML.md

File metadata and controls

13 lines (9 loc) · 772 Bytes

NoCheatPlus uses YAML for the configuration which stands for "Yet Another Markdown Language"

  • Only use spaces and never tabs (for indentation).
  • Keep the indentation level: Never change the amount of white-spaces in front of options in the config file "config.yml".
  • Don't insert special characters. If you plan on complicated text entries, wrap them like '...' or "..." to be save.
  • Always refer to the default config file for reference.
  • You can use a YAML Parser to verify that your .yml is actually valid
  • For those that use Notepad++ to edit their YAML files we recommend to enable "Replace by space" in Settings -> Preferences -> Tab Settings
    Notepad++