Revision 06910e87dbab1dc10b89d29fda5179fc561187d8 authored by Thomas Fischer on 22 January 2021, 10:36:42 UTC, committed by Dmitri Naumov on 22 January 2021, 14:15:37 UTC
1 parent 3e21886
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,toml,html,css,js,scss}]
indent_size = 2
back to top