Revision e6f2434beecaff9663315ebe3bd6f17e3c668b95 authored by Dmitry Yu. Naumov on 16 November 2021, 16:19:46 UTC, committed by Dmitry Yu. Naumov on 16 November 2021, 16:19:46 UTC
Added some template metaprogramming utilities

See merge request ogs/ogs!3875
2 parent s 5a72be7 + 67344a5
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