Revision c04b0b7e7c91e22ea41389d9ae2efea1cb1f4910 authored by Dmitri Naumov on 19 May 2021, 14:35:45 UTC, committed by Dmitri Naumov on 19 May 2021, 15:46:41 UTC
1 parent b94ce77
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