mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
fix: convert scanner.sh to LF line endings and enforce for all shell scripts
- Convert .github/scanner.sh from CRLF to LF line endings - Add .gitattributes to enforce LF for *.sh files - Update .editorconfig with explicit shell script settings - Prevents line ending issues on Linux/WSL execution
This commit is contained in:
@@ -27,3 +27,8 @@ csharp_style_var_for_built_in_types = false:silent
|
||||
csharp_style_var_when_type_is_apparent = true:suggestion
|
||||
# Prefer explicit types in other cases to improve readability of math formulas
|
||||
csharp_style_var_elsewhere = false:silent
|
||||
# Shell scripts
|
||||
[*.sh]
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Reference in New Issue
Block a user