Revision db6cb668dce856830184693edac36aa3a882ab85 authored by Dmitri Naumov on 20 March 2021, 20:26:22 UTC, committed by Dmitri Naumov on 22 March 2021, 10:56:43 UTC
Not accessed by derived classes.
1 parent 4dd9dfe
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