swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 92a8d660780a0c594df200a7178227f5a34d4977 authored by Tobias Meisel on 23 April 2021, 21:19:06 UTC
Merge branch 'hdf_data_reduce_attributes' into 'master'
Tip revision: 92a8d66
.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