Skip to content

hiram3512/clang-format_UnrealEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clang-format_UnrealEngine

Format c++ code for Unreal Engine

How to use

  • Download .clang-format file

  • Copy and paste it to your project:

    screnshot

  • In visual studio press Ctrl+K,Ctrl+D format code


Details

  • .clang-format is a mirror from Link

  • When have .clang-format file visual studio can override default coding style

    screnshot

  • Before vs after

    screnshot

    screnshot