.cmake-format 313 B

12345678910
  1. # How wide to allow formatted cmake files.
  2. line_width = 80
  3. # How many spaces to tab for indent.
  4. tab_size = 2
  5. # What style line endings to use in the output.
  6. line_ending = 'unix'
  7. # Enable comment markup parsing and reflow.
  8. enable_markup = False
  9. # Specify the encoding of the output file.
  10. output_encoding = 'utf-8'