Revision 19e6e1c99f82fa55a3c55e7b1bfc55a8da0e9a2a authored by FZill on 21 April 2021, 12:30:11 UTC, committed by FZill on 03 May 2021, 12:26:41 UTC
1 parent fc2ad0a
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