Revision 20e1dabed20b8419e759f1c442cce60a5843bed2 authored by Dmitri Naumov on 13 May 2021, 19:32:42 UTC, committed by Dmitri Naumov on 17 May 2021, 12:17:18 UTC
Using (const) access functions in two cases of direct
member access.
1 parent a4cf5c6
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