Files
gremiumhub/gremiumhub-backend/.editorconfig
Denis Lugowski afec157b35
All checks were successful
CI/CD Pipeline / frontend (push) Successful in 5m52s
CI/CD Pipeline / backend (push) Successful in 7m58s
CI/CD Pipeline / deploy (push) Successful in 1s
major: Rename legalconsenthub to gremiumhub
2026-03-16 10:28:32 +01:00

30 lines
467 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
[*.{kt,kts}]
indent_size = 4
max_line_length = 120
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ktlint_standard_package-name = disabled
[*.{yaml,yml}]
indent_size = 2
[*.gradle]
indent_size = 4
[*.md]
trim_trailing_whitespace = false