Revision 44153778dda612efd95a5752fb85841664b25f41 authored by Dmitri Naumov on 27 April 2023, 17:12:14 UTC, committed by Dmitri Naumov on 04 May 2023, 11:49:36 UTC
to better distinguish close time steps, small deltas.
1 parent 0716134
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