Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 323 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 323 Bytes

1.1.0 (2019-02-25)

You can now set the following in your plugin settings

"use_pragma_once": true // will include #pragma once
"use_pragma_once": false // will include old header style instead

1.0.2 (2019-02-21)

  • fix template path

1.0.1 (2019-02-21)

  • fix ~ in sourcefile at wrong place