Revision 5ff4364e1841dc99b36b0f6e4ed06321f6c4fe76 authored by Thomas Fischer on 21 June 2021, 06:42:30 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent 2b7fbea
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