Skip to content

Instantly share code, notes, and snippets.

@samuelmaddock
Created January 13, 2016 03:55
Show Gist options
  • Save samuelmaddock/a148edb471a3371fca8b to your computer and use it in GitHub Desktop.
Save samuelmaddock/a148edb471a3371fca8b to your computer and use it in GitHub Desktop.
UE4 EditorConfig file
# 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