Revision c425aff833b09a2ed5350477b6ee8a8cd0f1ac74 authored by Dmitry Yu. Naumov on 19 May 2021, 12:34:16 UTC, committed by Dmitry Yu. Naumov on 19 May 2021, 12:34:16 UTC
1 parent 11ca068
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