Revision 9387773aff0fe751adb0b68b16edd9470d0b1f55 authored by Dmitri Naumov on 20 February 2023, 21:44:31 UTC, committed by Dmitri Naumov on 20 February 2023, 21:44:31 UTC
1 parent 0fedfc9
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