3333e19452
CI / backend (push) Successful in 54s
CI / frontend (push) Successful in 12s
CI / format (push) Failing after 51s
CI / db-tests (push) Successful in 57s
Deploy Staging / deploy (push) Successful in 25s
Security / secrets (push) Successful in 4s
Security / dependencies (push) Successful in 59s
Security / sast (push) Successful in 40s
CI / backend (pull_request) Successful in 55s
CI / frontend (pull_request) Successful in 15s
CI / format (pull_request) Failing after 54s
CI / db-tests (pull_request) Successful in 52s
Security / secrets (pull_request) Successful in 4s
Security / dependencies (pull_request) Successful in 56s
Security / sast (pull_request) Successful in 37s
14 lines
351 B
INI
14 lines
351 B
INI
# Root editor/formatter config. end_of_line=lf makes dotnet-format agree with
|
|
# .gitattributes (eol=lf) — without this, format-on-Windows wants CRLF while git
|
|
# stores LF, and the pre-commit/CI format gates flip-flop forever.
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
[*.cs]
|
|
indent_style = space
|
|
indent_size = 4
|