| # https://github.com/cheshirekow/cmake_format | |
| # usage: | |
| # pip install cmake_format --upgrade | |
| # ./scripts/format_cmake.sh | |
| # How wide to allow formatted cmake files | |
| line_width: 120 | |
| # How many spaces to tab for indent | |
| tab_size: 2 | |
| # Format command names consistently as 'lower' or 'upper' case | |
| command_case: "lower" | |
| first_comment_is_literal: False | |
| # enable comment markup parsing and reflow | |
| enable_markup: False |