This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d03bad31da
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
cpp
/
expected
/
test.h
12 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
See #57. Add Uncrustify beautifier for multiple language support. Uncrustify Language support: - C - C++ - C# - Objective-C - Java - D - Pawn - Vala Closes #45. Add Java Support. Currently, use the configPath option to set an absolute or relative path (relative to the currently beautified file) to specific the .cfg file for Uncrustify to use as configuration options.
2014-08-08 11:38:28 -06:00
class
Example
{
Disable failing Uncrustify tests for C and C++
2015-02-08 18:53:45 -07:00
Example
(
)
:
member
(
0
)
{
}
See #57. Add Uncrustify beautifier for multiple language support. Uncrustify Language support: - C - C++ - C# - Objective-C - Java - D - Pawn - Vala Closes #45. Add Java Support. Currently, use the configPath option to set an absolute or relative path (relative to the currently beautified file) to specific the .cfg file for Uncrustify to use as configuration options.
2014-08-08 11:38:28 -06:00
Disable failing Uncrustify tests for C and C++
2015-02-08 18:53:45 -07:00
int
member
;
See #57. Add Uncrustify beautifier for multiple language support. Uncrustify Language support: - C - C++ - C# - Objective-C - Java - D - Pawn - Vala Closes #45. Add Java Support. Currently, use the configPath option to set an absolute or relative path (relative to the currently beautified file) to specific the .cfg file for Uncrustify to use as configuration options.
2014-08-08 11:38:28 -06:00
}
;