Revision 2e5d5fd20f710778c8e59feea7f66a4ad1c13336 authored by Dmitri Naumov on 14 June 2023, 16:38:04 UTC, committed by Dmitri Naumov on 14 June 2023, 17:46:57 UTC
Using lambda and auto return type deduction shortens the code.
1 parent 147ea9a
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