Revision 1febf097f1a07d25c1b9efd28f5f8a1d0cd688cd authored by Lars Bilke on 25 January 2023, 10:37:44 UTC, committed by Lars Bilke on 25 January 2023, 10:37:44 UTC
[web] Updated docs on ccache.

See merge request ogs/ogs!4458
2 parent s 55e3165 + 09629f0
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,md}]
indent_size = 2
back to top