Revision cceff66193e7003be5f90caa5fdcc62f7de124a4 authored by ChaofanChen on 12 April 2023, 14:45:40 UTC, committed by ChaofanChen on 14 April 2023, 10:28:22 UTC
1 parent 5e2ab7d
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