Revision c678f126b8f22a217182f69936e12326602f58e8 authored by Dmitry Yu. Naumov on 06 April 2021, 19:04:30 UTC, committed by Dmitry Yu. Naumov on 06 April 2021, 19:04:30 UTC
Clang format code base.

See merge request ogs/ogs!3555
2 parent s f212cd1 + 2f87ca2
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