build: add basic cmake support (#6)

This commit is contained in:
Carlos Gomes Martinho
2019-12-19 02:48:50 +01:00
committed by Steve Karg
parent 956acac299
commit efea4a1a59
5 changed files with 496 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
# https://github.com/cheshirekow/cmake_format
# 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
# If arglists are longer than this, break them always
max_subargs_per_line: 1