/ShaderLabFormatter

An VSCode plugin for formatting of Unity ShaderLab

Primary LanguageTypeScriptMIT LicenseMIT

ShaderLab Formatter

Licence VS Code Marketplace Rating Downloads Installs Donate

An VSCode plugin for formatting of ShaderLab

Configuration

shaderlabformatter.indentation.conditionMacro - indentation for condition macro.

The value:

  • dont - do not indent the condition macros
  • indent - indent the condition macros like bracket
  • normal - indent the condition macros like normal code