package climate

  1. Overview
  2. Docs

Module Climate.Completion_optionsSource

Sourcetype t = {
  1. no_comments : bool;
  2. no_whitespace : bool;
  3. minify_global_names : bool;
  4. minify_local_variables : bool;
  5. optimize_case_statements : bool;
}