Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 10.52 KB | None | 0 0
  1. {
  2.     "atomKeymap.promptV3Features": true,
  3.     "editor.multiCursorModifier": "ctrlCmd",
  4.     "editor.formatOnPaste": true,
  5.     "workbench.startupEditor": "newUntitledFile",
  6.     "prettier.jsxBracketSameLine": true,
  7.     "prettier.jsxSingleQuote": true,
  8.     "sftp.downloadWhenOpenInRemoteExplorer": true,
  9.     "php.validate.executablePath": "C:/php/php.exe",
  10.     "workbench.iconTheme": "material-icon-theme",
  11.     "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
  12.     "workbench.colorTheme": "Material Theme Palenight High Contrast",
  13.     "editor.minimap.enabled": false,
  14.     "[javascript]": {
  15.         "editor.defaultFormatter": "esbenp.prettier-vscode"
  16.     },
  17.     "editor.formatOnSave": true,
  18.     "prettier.useTabs": true,
  19.     "scssFormatter.printWidth": 140,
  20.     "scssFormatter.useTabs": true,
  21.     "scssFormatter.singleQuote": true,
  22.     "prettier.singleQuote": true,
  23.     "prettier.disableLanguages": [
  24.         "vue",
  25.         "html"
  26.     ],
  27.     "editor.wordWrapColumn": 140,
  28.     "prettier.printWidth": 140,
  29.     "csscomb.formatOnSave": true,
  30.     "csscomb.preset": {
  31.         "remove-empty-rulesets": true,
  32.         "always-semicolon": true,
  33.         "color-case": "lower",
  34.         "block-indent": "\t",
  35.         "color-shorthand": false,
  36.         "element-case": "lower",
  37.         "eof-newline": true,
  38.         "leading-zero": false,
  39.         "quotes": "double",
  40.         "sort-order-fallback": "abc",
  41.         "space-before-colon": "",
  42.         "space-after-colon": " ",
  43.         "space-before-combinator": " ",
  44.         "space-after-combinator": " ",
  45.         "space-between-declarations": "\n",
  46.         "space-before-opening-brace": " ",
  47.         "space-after-opening-brace": "\n",
  48.         "space-after-selector-delimiter": "\n",
  49.         "space-before-selector-delimiter": "",
  50.         "space-before-closing-brace": "\n",
  51.         "strip-spaces": true,
  52.         "tab-size": true,
  53.         "unitless-zero": true,
  54.         "vendor-prefix-align": true,
  55.         "sort-order": [
  56.             // Sass Wizardy
  57.             "$variable",
  58.             "$include",
  59.             "$extend",
  60.             "$import"
  61.             // Positioning
  62.             "position",
  63.             "top",
  64.             "right",
  65.             "bottom",
  66.             "left",
  67.             "z-index"
  68.             // Box-model
  69.             "display",
  70.             "-webkit-align-items",
  71.             "align-items",
  72.             "-webkit-align-content",
  73.             "align-content",
  74.             "-webkit-align-self",
  75.             "align-self",
  76.             "-webkit-flex",
  77.             "-ms-flex",
  78.             "flex",
  79.             "-webkit-flex-align",
  80.             "-ms-flex-align",
  81.             "flex-align",
  82.             "-webkit-flex-basis",
  83.             "-ms-flex-basis",
  84.             "flex-basis",
  85.             "-webkit-flex-direction",
  86.             "-ms-flex-direction",
  87.             "flex-direction",
  88.             "-webkit-flex-flow",
  89.             "-ms-flex-flow",
  90.             "flex-flow",
  91.             "-webkit-flex-grow",
  92.             "-ms-flex-grow",
  93.             "flex-grow",
  94.             "-webkit-flex-order",
  95.             "-ms-flex-order",
  96.             "flex-order",
  97.             "-webkit-flex-pack",
  98.             "-ms-flex-pack",
  99.             "flex-pack",
  100.             "-webkit-flex-shrink",
  101.             "-ms-flex-shrink",
  102.             "flex-shrink",
  103.             "-webkit-flex-wrap",
  104.             "-ms-flex-wrap",
  105.             "flex-wrap",
  106.             "-webkit-justify-content",
  107.             "justify-content",
  108.             "-ms-flex-order",
  109.             "-webkit-order",
  110.             "order",
  111.             "-webkit-box-sizing",
  112.             "-moz-box-sizing",
  113.             "box-sizing",
  114.             "float",
  115.             "width",
  116.             "height",
  117.             "max-width",
  118.             "max-height",
  119.             "min-width",
  120.             "min-height",
  121.             "padding",
  122.             "padding-top",
  123.             "padding-right",
  124.             "padding-bottom",
  125.             "padding-left",
  126.             "margin",
  127.             "margin-top",
  128.             "margin-right",
  129.             "margin-bottom",
  130.             "margin-left",
  131.             "margin-collapse",
  132.             "margin-top-collapse",
  133.             "margin-right-collapse",
  134.             "margin-bottom-collapse",
  135.             "margin-left-collapse",
  136.             "overflow",
  137.             "overflow-x",
  138.             "overflow-y",
  139.             "clip",
  140.             "clip-path",
  141.             "clear"
  142.             // Typography
  143.             "color",
  144.             "content",
  145.             "counter-reset",
  146.             "counter-increment",
  147.             "-webkit-direction",
  148.             "direction",
  149.             "font",
  150.             "font-family",
  151.             "-webkit-font-feature-settings",
  152.             "-moz-font-feature-settings",
  153.             "-ms-font-feature-settings",
  154.             "font-feature-settings",
  155.             "font-size",
  156.             "-webkit-font-kerning",
  157.             "font-kerning",
  158.             "-moz-osx-font-smoothing",
  159.             "-webkit-font-smoothing",
  160.             "font-smoothing",
  161.             "font-stretch",
  162.             "font-style",
  163.             "font-variant",
  164.             "font-weight",
  165.             "hanging-punctuation",
  166.             "hyphens",
  167.             "quotes",
  168.             "line-height",
  169.             "letter-spacing",
  170.             "text-align",
  171.             "text-decoration",
  172.             "-webkit-text-emphasis",
  173.             "text-emphasis",
  174.             "-webkit-text-emphasis-color",
  175.             "text-emphasis-color",
  176.             "-webkit-text-emphasis-position",
  177.             "text-emphasis-position",
  178.             "-webkit-text-emphasis-style",
  179.             "text-emphasis-style",
  180.             "text-indent",
  181.             "-ms-text-justify",
  182.             "text-justify",
  183.             "-ms-text-overflow-style",
  184.             "-ms-text-overflow",
  185.             "text-overflow",
  186.             "text-overflow-ellipsis",
  187.             "text-overflow-mode",
  188.             "text-rendering",
  189.             "text-size-adjust",
  190.             "text-shadow",
  191.             "text-transform",
  192.             "word-break",
  193.             "word-spacing",
  194.             "-ms-word-wrap",
  195.             "word-wrap",
  196.             "word-break",
  197.             "-ms-word-break",
  198.             "-moz-tab-size",
  199.             "-o-tab-size",
  200.             "tab-size",
  201.             "vertical-align",
  202.             "white-space",
  203.             "list-style",
  204.             "list-style-image",
  205.             "list-style-position",
  206.             "list-style-type"
  207.             // Visual
  208.             "-webkit-appearance",
  209.             "-moz-appearance",
  210.             "appearance",
  211.             "background",
  212.             "background-color",
  213.             "background-attachment",
  214.             "-webkit-background-clip",
  215.             "background-clip",
  216.             "background-image",
  217.             "background-repeat",
  218.             "background-repeat-x",
  219.             "background-repeat-y",
  220.             "background-position",
  221.             "background-position-x",
  222.             "background-position-y",
  223.             "background-origin",
  224.             "background-size",
  225.             "-webkit-box-decoration-break",
  226.             "box-decoration-break",
  227.             "-webkit-box-shadow",
  228.             "box-shadow",
  229.             "border",
  230.             "border-collapse",
  231.             "border-top",
  232.             "border-right",
  233.             "border-bottom",
  234.             "border-left",
  235.             "border-color",
  236.             "border-image",
  237.             "border-top-color",
  238.             "border-right-color",
  239.             "border-bottom-color",
  240.             "border-left-color",
  241.             "border-spacing",
  242.             "border-style",
  243.             "border-top-style",
  244.             "border-right-style",
  245.             "border-bottom-style",
  246.             "border-left-style",
  247.             "border-width",
  248.             "border-top-width",
  249.             "border-right-width",
  250.             "border-bottom-width",
  251.             "border-left-width",
  252.             "border-radius",
  253.             "border-top-right-radius",
  254.             "border-bottom-right-radius",
  255.             "border-bottom-left-radius",
  256.             "border-top-left-radius",
  257.             "border-radius-topright",
  258.             "border-radius-bottomright",
  259.             "border-radius-bottomleft",
  260.             "border-radius-topleft",
  261.             "outline",
  262.             "outline-width",
  263.             "outline-style",
  264.             "outline-color",
  265.             "outline-offset",
  266.             "-webkit-perspective",
  267.             "perspective",
  268.             "-webkit-perspective-origin",
  269.             "perspective-origin",
  270.             "table-layout",
  271.             "-webkit-transform",
  272.             "-ms-transform",
  273.             "transform",
  274.             "-webkit-transform-origin",
  275.             "-ms-transform-origin",
  276.             "transform-origin",
  277.             "-webkit-transform-style",
  278.             "-ms-transform-style",
  279.             "transform-style"
  280.             // Misc
  281.             "cursor",
  282.             "opacity",
  283.             "filter",
  284.             "visibility",
  285.             "-ms-zoom",
  286.             "zoom",
  287.             "marks",
  288.             "page-break",
  289.             "page-break-before",
  290.             "page-break-inside",
  291.             "page-break-after",
  292.             "pointer-events",
  293.             "resize",
  294.             "unicode-bidi",
  295.             "-webkit-user-select",
  296.             "-moz-user-select",
  297.             "-ms-user-select",
  298.             "user-select",
  299.             "scrollbar",
  300.             "widows"
  301.             // Motion
  302.             "-webkit-animation",
  303.             "animation",
  304.             "-webkit-animation-delay",
  305.             "animation-delay",
  306.             "-webkit-animation-duration",
  307.             "animation-duration",
  308.             "-webkit-animation-iteration-count",
  309.             "animation-iteration-count",
  310.             "-webkit-animation-name",
  311.             "animation-name",
  312.             "-webkit-animation-play-state",
  313.             "animation-play-state",
  314.             "-webkit-animation-timing-function",
  315.             "animation-timing-function",
  316.             "-webkit-animation-fill-mode",
  317.             "animation-fill-mode",
  318.             "-webkit-backface-visibility",
  319.             "backface-visibility",
  320.             "-webkit-transition",
  321.             "transition",
  322.             "-webkit-transition-delay",
  323.             "transition-delay",
  324.             "-webkit-transition-duration",
  325.             "transition-duration",
  326.             "-webkit-transition-property",
  327.             "transition-property",
  328.             "-webkit-transition-timing-function",
  329.             "transition-timing-function",
  330.             "will-change"
  331.         ],
  332.     }
  333. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement