Revision da5e4202fce032617f8b9f53cb22e06d1319ce7b authored by Norbert Grunwald on 20 April 2021, 12:43:57 UTC, committed by Norbert Grunwald on 22 April 2021, 14:11:06 UTC
1 parent e1d720c
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