Revision 39469da1ab9a81a85dd6ffcec7ca095ab2bc4867 authored by Dmitri Naumov on 09 March 2021, 21:43:06 UTC, committed by Dmitri Naumov on 09 March 2021, 22:11:46 UTC
1 parent 72d80ab
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