Revision 93a10a632ce7e400b30c259d0255fe41d27233a6 authored by FZill on 26 April 2021, 13:33:00 UTC, committed by FZill on 03 May 2021, 14:52:48 UTC
1 parent 19e6e1c
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