Revision 1a9c7b5cc35fc861078436941a69d1444cd81ed4 authored by Thomas Fischer on 17 January 2023, 06:13:51 UTC, committed by TomFischer on 19 January 2023, 14:30:42 UTC
1 parent 3565937
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,md}]
indent_size = 2
back to top