You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply comprehensive GLSL code formatting and linting configuration
- Format GLSL shaders with consistent 2-space indentation and 120 character
width
- Improve readability with better line breaks and alignment in complex
expressions
- Update .glslrc.json to use compact array format for defines
- Add .prettierignore file to exclude build output, dependencies, and IDE
files
- Configure prettier overrides for GLSL files with specific formatting options
- Update GLSL linting script with improved code formatting and structure
- Apply consistent formatting to documentation examples in advanced.md,
developer-guide.md, and examples.md
- Format neural synapse fire effect with enhanced performance optimizations
- Update all fragment shaders with improved formatting and consistent style
- Maintain functionality while improving code maintainability
0 commit comments