Revision e92aa5bd0f9aeed184d889f2c8856d22809556ef authored by Lars Bilke on 23 March 2021, 12:38:27 UTC, committed by Lars Bilke on 23 March 2021, 12:38:27 UTC
[CMake] Third-party license, ccache setup and msvc folder

See merge request ogs/ogs!3535
2 parent s cad8e6f + 718b674
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