Revision af3fd09d8fe62973cd4716882c13fb762e2dee3e authored by Jaime Garibay on 08 July 2021, 07:27:53 UTC, committed by Jaime Garibay on 08 July 2021, 07:28:11 UTC
1 parent 7c6631c
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