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
5aaeae4cc7
atom-beautify
/
examples
/
nested-jsbeautifyrc
/
cpp
/
expected
/
test.h
11 lines
71 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
{
Closes #172, #146. Update to new Atom Config API. What's new: - Add settings descriptions - Update options for js-beautify (JS, CSS, HTML) - Update Spec to support new changes
2015-01-02 22:58:52 -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
Closes #172, #146. Update to new Atom Config API. What's new: - Add settings descriptions - Update options for js-beautify (JS, CSS, HTML) - Update Spec to support new changes
2015-01-02 22:58:52 -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
}
;