Revision 11ca068eceffadcee071e7929ce25c118a9b323c authored by Lars Bilke on 18 May 2021, 18:56:55 UTC, committed by Lars Bilke on 18 May 2021, 18:56:55 UTC
[cmake] Job pools for Ninja.

See merge request ogs/ogs!3624
2 parent s fee75ce + 4060392
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top