Created
January 13, 2016 03:55
-
-
Save samuelmaddock/a148edb471a3371fca8b to your computer and use it in GitHub Desktop.
UE4 EditorConfig file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EditorConfig is awesome: http://EditorConfig.org | |
# top-most EditorConfig file | |
root = true | |
# Windows newlines with a newline ending every file | |
[*] | |
end_of_line = crlf | |
insert_final_newline = true | |
# UE4 project file | |
[*.uproject] | |
indent_style = space | |
indent_size = 2 | |
# Module target files | |
[*.cs] | |
indent_style = tab | |
# C++ source files | |
[{**.cpp,**.h}] | |
indent_style = tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment