Revision 177209a8a1379827c2c52b262db24983a41cd9b0 authored by KeitaYoshioka on 08 September 2021, 15:37:03 UTC, committed by KeitaYoshioka on 16 September 2021, 18:40:15 UTC
1 parent 6a57cea
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