Last active
January 11, 2016 07:20
-
-
Save nick1m/2401f8a762ebfe6a5097 to your computer and use it in GitHub Desktop.
sublime text оформление комментариев ASCII Decorator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
/* | |
ASCII-Decorator default settings | |
*/ | |
{ | |
/* Default name of the font file to use. */ | |
// "univers" слишком крупный | |
// "slant" ничего не видно | |
// "standard" тоже слабенько | |
// подбирать можно здесь: http://www.network-science.de/ascii/ но не все шрифты поддерживаются | |
// Ещё дополню, там в выборе, четвёртым сверху пунктом идёт "_all fonts with your text_", | |
// можно посмотреть все шрифты сразу. | |
//"ascii_decorator_font": "Roman", // хорош!!! | |
"ascii_decorator_font": "banner", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment