Skip to content

Instantly share code, notes, and snippets.

@nixbb
Created February 5, 2019 09:45
Show Gist options
  • Save nixbb/799c92bca05035aabf38b0978d5bda2e to your computer and use it in GitHub Desktop.
Save nixbb/799c92bca05035aabf38b0978d5bda2e to your computer and use it in GitHub Desktop.
Visual Studio Code Settings for UE4
{
"C_Cpp.default.cppStandard": "c++14",
"C_Cpp.default.cStandard": "c14",
"C_Cpp.clang_format_style": "{Language: Cpp, AccessModifierOffset: -4, ConstructorInitializerIndentWidth: 4, AlignTrailingComments: true, AllowAllParametersOfDeclarationOnNextLine: false, AllowShortIfStatementsOnASingleLine: false, AllowShortLoopsOnASingleLine: false, AllowShortFunctionsOnASingleLine: true, AlwaysBreakTemplateDeclarations: false, AlwaysBreakBeforeMultilineStrings: false, BreakBeforeBinaryOperators: false, BreakBeforeTernaryOperators: false, BinPackParameters: true, ColumnLimit: 0, ConstructorInitializerAllOnOneLineOrOnePerLine: true, IndentCaseLabels: false, MaxEmptyLinesToKeep: 2, NamespaceIndentation: None, SpacesBeforeTrailingComments: 1, Cpp11BracedListStyle: true, Standard: Cpp11, IndentWidth: 4, TabWidth: 4, UseTab: Always, BreakBeforeBraces: Allman, IndentFunctionDeclarationAfterType: false, SpacesInParentheses: false, SpacesInAngles: false, SpaceInEmptyParentheses: false, SpacesInCStyleCastParentheses: false, SpacesInContainerLiterals: true, SpaceBeforeAssignmentOperators: true, ContinuationIndentWidth: 2, SpaceBeforeParens: ControlStatements, DerivePointerAlignment: false, PointerAlignment: Left}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment