Revision b2766f5923c94aea0c8f7bb62242f34e2976b156 authored by Christoph Lehmann on 10 November 2021, 12:23:45 UTC, committed by Christoph Lehmann on 10 November 2021, 12:23:45 UTC
This reverts commit b9ba034d9738504890359c908b63bd31be8b5fd0.
1 parent 48d0c8e
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