Revision 6b14c6a6d5b7e930b1f3f207261040aeadbf0a00 authored by Dmitri Naumov on 30 August 2021, 12:35:44 UTC, committed by Dmitri Naumov on 01 September 2021, 16:01:14 UTC
1 parent 273a09d
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