Revision cd5208132f7aafe6ac5a2c4d7f8fa549ad601463 authored by Lars Bilke on 20 July 2021, 06:55:43 UTC, committed by Lars Bilke on 20 July 2021, 07:05:48 UTC
1 parent f8ff3a5
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