0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 12:22:15 +02:00

CI: Add configuration file for gersemi CMake formatter

This commit is contained in:
PatTheMav 2024-06-11 15:21:58 +02:00 committed by Ryan Foster
parent 1e6c375e95
commit 5c7b1c3ed3
2 changed files with 12 additions and 1 deletions

11
.gersemirc Normal file
View File

@ -0,0 +1,11 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/BlankSpruce/gersemi/master/gersemi/configuration.schema.json
color: false
definitions: []
line_length: 120
indent: 2
list_expansion: favour-inlining
quiet: false
unsafe: false
workers: 10
warn_about_unknown_commands: false

2
.gitignore vendored
View File

@ -14,8 +14,8 @@
!/UI
!.cirrus.xml
!.clang-format
!.cmake-format.json
!.editorconfig
!.gersemirc
!.git-blame-ignore-devs
!.gitmodules
!.gitignore