Revision 2ead80df14a49c31ea4562b80a8818317601e583 authored by Norbert Grunwald on 24 March 2021, 12:45:54 UTC, committed by Norbert Grunwald on 01 April 2021, 07:28:49 UTC
1 parent 169eab7
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