https://github.com/ProjectQ-Framework/ProjectQ
Raw File
Tip revision: 009c880f26fe5f616cfadc1b0d1d4e49b8fc8375 authored by github-actions[bot] on 18 October 2022, 15:43:53 UTC
Release version v0.8.0 (#446)
Tip revision: 009c880
.editorconfig
root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = space
indent_size = 4

[*.{yml,yaml}]
indent_style = space
indent_size = 2
back to top