swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 05163b4a0e3b3f56a2d342490dc5d0836d5dd38c authored by Wenqing Wang on 13 July 2021, 10:23:04 UTC
[Ctest/HM_MFront] Added a simple test
Tip revision: 05163b4
.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