Revision 2cf1bfdc41a9c60730e7258f44764aa6f9b28fb2 authored by Norbert Grunwald on 29 April 2021, 13:04:32 UTC, committed by Dmitri Naumov on 30 April 2021, 20:50:41 UTC
1 parent a6f9515
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