Revision fbc94fdecd6c68f748314d1eefe7c1939f741869 authored by Norbert Grunwald on 19 February 2021, 10:16:25 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:48 UTC
1 parent 3ab1230
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