Skip to content

Instantly share code, notes, and snippets.

View 0snilcy's full-sized avatar
🚀
We will rock you!

Johnny Rocket 0snilcy

🚀
We will rock you!
  • Mars
View GitHub Profile
@0snilcy
0snilcy / .stylelintrc
Created July 18, 2019 08:53
.stylelintrc
{
"extends": "stylelint-config-htmlacademy",
"plugins": [
"stylelint-order"
],
"rules": {
"declaration-no-important": true,
"indentation": [2, {"ignore": ["inside-parens"]}],
// -high -console -freq 120 -novid -nosync -noaafonts -noforcemspd -noforcemparms -noforcemaccel +exec autoexec.cfg
//////////////////////////////////////////
// CONSOLE SETTINGS - DON'T TOUCH
//////////////////////////////////////////
developer "1" // Enables developer mode
con_enable "1" // Enables the console
con_notifytime "20" // Sets the on-screen output messages to 6 seconds until fade-away
contimes "20" // Enables up to 14 lines of on-screen output messages
con_filter_text "##@@" // Filters out other console output (the string must be a character sequence which is unlikely to appear in the console)
@0snilcy
0snilcy / sublimetext-plugins.json
Last active April 8, 2016 10:44
Конфигурации Sublime Text
{
"installed_packages":
[
"AdvancedNewFile",
"Alignment",
"All Autocomplete",
"ApacheConf.tmLanguage",
"AutoFileName",
"BracketHighlighter",
"Color Highlighter",