Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix editorconfig violation #60

Open
yaito3014 opened this issue Mar 31, 2025 · 0 comments
Open

fix editorconfig violation #60

yaito3014 opened this issue Mar 31, 2025 · 0 comments

Comments

@yaito3014
Copy link
Contributor

Running editorconfig-checker, it emits:

WindowsDesktop/App/engine/shader/d3d11/2d.hlsl:
        73: Trailing whitespace
WindowsDesktop/App/engine/shader/d3d11/fullscreen_triangle.hlsl:
        26-28: Wrong indentation type(spaces instead of tabs)

2 errors found

}
float4 s3d_patternBackgroundColor()

result.position = float4((id == 2 ? 3.0 : -1.0),
(id == 1 ? 3.0 : -1.0),
0.0,
1.0);
result.uv = float2((id == 2 ? 2.0 : 0.0),
(id == 1 ? -1.0 : 1.0));
return result;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant