Commit a7d0d5c0 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p/editorconfig' into 'master'

Add .editorconfig

See merge request allpix-squared/allpix-squared!674
parents 6c7d9415 1ae30965
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