Unverified Commit 1ae30965 authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files
parent 6c7d9415
Loading
Loading
Loading
Loading

.editorconfig

0 → 100644
+17 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{h,hpp,cpp,tpp,C,py}]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false