Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 592 Bytes

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