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

General code cleanup (removing extra tabs/spaces) #6

Open
chris-gong opened this issue Jun 12, 2020 · 1 comment
Open

General code cleanup (removing extra tabs/spaces) #6

chris-gong opened this issue Jun 12, 2020 · 1 comment
Assignees
Labels
clean up Suggestions for cleaning up code for readability and maintainability purposes

Comments

@chris-gong
Copy link
Owner

chris-gong commented Jun 12, 2020

This is more of a reminder for myself, but for some reason, not sure if this is a Unreal Engine thing or a Visual Studio thing, but when I define member variables that are labelled UPROPERTY in a header file, those member variable definitions get an extra tab of space by default. After part 11 of the tutorials is finished, I think I'm going to just get rid of these extra tabs in all of the header files. In addition, I think that I should get rid of extra tabs and spaces, specifically in the GameLiftTutorialCharacter.cpp class, but also in other files where this occurs. I believe that the last point has to do with normalized line endings but I could be wrong.

@chris-gong chris-gong added the clean up Suggestions for cleaning up code for readability and maintainability purposes label Jun 12, 2020
@chris-gong chris-gong self-assigned this Jun 12, 2020
@chris-gong
Copy link
Owner Author

Closing this because I no longer think this is that high of a priority, but I may do this in the new feature branch.

@chris-gong chris-gong reopened this Aug 10, 2020
@chris-gong chris-gong changed the title Remove extra tabs added to member variable definitions in header files General code cleanup (removing extra tabs/spaces) Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean up Suggestions for cleaning up code for readability and maintainability purposes
Projects
None yet
Development

No branches or pull requests

1 participant