# SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: GPL-3.0-or-later

root = true

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

[*.py]
max_line_length = 88

[*.{css,js,html}]
indent_size = 2
max_line_length = 80

[*.min.js]
indent_style = ignore
indent_size = ignore

[Makefile]
indent_style = tab

[*.bat]
indent_style = tab
