Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add gersemi formatter for cmake files #59

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .gersemirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/BlankSpruce/gersemi/master/gersemi/configuration.schema.json

# Maintain a consistent coding style across the entire project by maintaining a consistent style.

# This file is for formatting code in CMakeLists.txt files. A formatter to make your CMake code the
# real treasure. See docs: https://github.com//BlankSpruce/gersemi

# The rules are still a work in progress and subject to change. I still need to think about this.

cache: true
color: false
definitions: []
indent: 4
line_length: 100
list_expansion: favour-inlining
quiet: false
unsafe: false
warn_about_unknown_commands: true
workers: 8