mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
00cd0b76f9
To fix errors when parsing custom macro from `src\examples\CMakeLists.txt`, see https://github.com/BlankSpruce/gersemi/issues/105
13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
# yaml-language-server: $schema=https://raw.githubusercontent.com/BlankSpruce/gersemi/0.24.0/gersemi/configuration.schema.json
|
|
|
|
# Gersemi doesn't support autodetection of macros/functions from other files or from the current one
|
|
# and requires to explicitly list directories/cmake files that define them.
|
|
definitions: ["./cmake", "./src"]
|
|
disable_formatting: false
|
|
extensions: []
|
|
indent: 4
|
|
line_length: 120
|
|
list_expansion: favour-inlining
|
|
unsafe: false
|
|
warn_about_unknown_commands: true
|